Index: trunk/extensions/AbuseFilter/AbuseFilter.class.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | } |
42 | 42 | |
43 | 43 | public static function checkConditions( $conds, $vars ) { |
44 | | - $modifierWords = array( 'norm', 'supernorm', 'lcase', 'length' ); |
| 44 | + $modifierWords = array( 'norm', 'supernorm', 'lcase', 'length', 'specialratio' ); |
45 | 45 | $operatorWords = array( 'eq', 'neq', 'gt', 'lt', 'regex', 'contains' ); |
46 | 46 | $validJoinConditions = array( '!', '|', '&' ); |
47 | 47 | |