(filter) sloppy vs sloppy state

This commit is contained in:
Ad Schellevis 2016-11-17 17:53:10 +01:00
parent 2374484b40
commit 161dc65200

View File

@ -211,6 +211,7 @@ class FilterRule
$tmp['state']['type'] = 'no';
break;
case 'sloppy state':
case 'sloppy':
$tmp['state']['type'] = 'keep';
$tmp['state']['options'][] = "sloppy ";
break;