From 809f8ddd0873bfed0e3a5b7fa480018218c0f04d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 5 Jun 2008 09:59:33 +0000 Subject: [PATCH] Define $wgRateLimitsExcludedGroups to an empty array to avoid some PHP warnings, thanks to siebrand for reporting it. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 229f7c732b..7f9bab943d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2857,7 +2857,7 @@ $wgRateLimitLog = null; * * $wgRateLimitsExcludedGroups = array( 'sysop', 'bureaucrat' ); */ - +$wgRateLimitsExcludedGroups = array(); /** * On Special:Unusedimages, consider images "used", if they are put -- 2.20.1