From: Aaron Schulz Date: Thu, 4 Sep 2008 07:28:48 +0000 (+0000) Subject: Avoid string '::' call in $wgSpecialPageCacheUpdates X-Git-Tag: 1.31.0-rc.0~45492 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=0f12920c81132d9da856b30e07666fe15b8b1ce5;p=lhc%2Fweb%2Fwiklou.git Avoid string '::' call in $wgSpecialPageCacheUpdates --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d0ecb3bb53..fa6ea9361c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1636,7 +1636,7 @@ $wgJobClasses = array( * Expensive Querypages are already updated. */ $wgSpecialPageCacheUpdates = array( - 'Statistics' => 'SiteStatsUpdate::cacheUpdate' + 'Statistics' => array('SiteStatsUpdate','cacheUpdate') ); /**