(bug 15479) action=login no longer sets wait parameter when result="Throttled"; regre...
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index d0ecb3b..fa6ea93 100644 (file)
@@ -1636,7 +1636,7 @@ $wgJobClasses = array(
  * Expensive Querypages are already updated.
  */
 $wgSpecialPageCacheUpdates = array(
-       'Statistics' => 'SiteStatsUpdate::cacheUpdate'
+       'Statistics' => array('SiteStatsUpdate','cacheUpdate')
 );
 
 /**