r35921 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35920‎ | r35921 | r35922 >
Date:09:59, 5 June 2008
Author:ialex
Status:old
Tags:
Comment:
Define $wgRateLimitsExcludedGroups to an empty array to avoid some PHP warnings, thanks to siebrand for reporting it.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2857,8 +2857,8 @@
28582858 *
28592859 * $wgRateLimitsExcludedGroups = array( 'sysop', 'bureaucrat' );
28602860 */
 2861+$wgRateLimitsExcludedGroups = array();
28612862
2862 -
28632863 /**
28642864 * On Special:Unusedimages, consider images "used", if they are put
28652865 * into a category. Default (false) is not to count those as used.

Status & tagging log