r50713 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50712‎ | r50713 | r50714 >
Date:00:56, 18 May 2009
Author:nad
Status:deferred
Tags:
Comment:
force group key to lowercase
Modified paths:
  • /trunk/extensions/SimpleSecurity/SimpleSecurity_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SimpleSecurity/SimpleSecurity_body.php
@@ -51,7 +51,7 @@
5252 foreach( $match[1] as $i => $k ) {
5353 $v = $match[3][$i];
5454 if ( $v ) $wgSecurityExtraGroups[strtolower( $k )] = $v;
55 - else $wgSecurityExtraGroups[$k] = '';
 55+ else $wgSecurityExtraGroups[strtolower( $k )] = '';
5656 }
5757 }
5858 }

Status & tagging log