Index: trunk/extensions/SimpleSecurity/SimpleSecurity_body.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | foreach( $match[1] as $i => $k ) { |
53 | 53 | $v = $match[3][$i]; |
54 | 54 | if ( $v ) $wgSecurityExtraGroups[strtolower( $k )] = $v; |
55 | | - else $wgSecurityExtraGroups[$k] = ''; |
| 55 | + else $wgSecurityExtraGroups[strtolower( $k )] = ''; |
56 | 56 | } |
57 | 57 | } |
58 | 58 | } |