Removing unused global from User::pingLimiter()
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 1 Feb 2008 14:40:14 +0000 (14:40 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 1 Feb 2008 14:40:14 +0000 (14:40 +0000)
includes/User.php

index 08c7a51..66ecaee 100644 (file)
@@ -1022,7 +1022,7 @@ class User {
                        return $result;
                }
 
-               global $wgRateLimits, $wgRateLimitsExcludedGroups;
+               global $wgRateLimits;
                if( !isset( $wgRateLimits[$action] ) ) {
                        return false;
                }