From e4ea6b1e47cc981f662980cee90e5f6fc3890954 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 1 Feb 2008 14:40:14 +0000 Subject: [PATCH] Removing unused global from User::pingLimiter() --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 08c7a51ac4..66ecaee548 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1022,7 +1022,7 @@ class User { return $result; } - global $wgRateLimits, $wgRateLimitsExcludedGroups; + global $wgRateLimits; if( !isset( $wgRateLimits[$action] ) ) { return false; } -- 2.20.1