Index: trunk/extensions/SimpleSecurity/SimpleSecurity.php |
— | — | @@ -127,7 +127,7 @@ |
128 | 128 | * Called from $wgExtensionFunctions array when initialising extensions |
129 | 129 | */ |
130 | 130 | function wfSetupSimpleSecurity() { |
131 | | - global $wgSimpleSecurity, $wgLanguageCode, $wgMessageCache, $wgSecurityUseDBHook, $wgLoadBalancer, $wgDBtype, $wgOldDBtype; |
| 131 | + global $wgSimpleSecurity, $wgSecurityUseDBHook, $wgLoadBalancer, $wgDBtype, $wgOldDBtype; |
132 | 132 | |
133 | 133 | # Instantiate the SimpleSecurity singleton now that the environment is prepared |
134 | 134 | $wgSimpleSecurity = new SimpleSecurity(); |