r40423 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40422‎ | r40423 | r40424 >
Date:07:28, 4 September 2008
Author:aaron
Status:old
Tags:
Comment:
Avoid string '::' call in $wgSpecialPageCacheUpdates
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1636,7 +1636,7 @@
16371637 * Expensive Querypages are already updated.
16381638 */
16391639 $wgSpecialPageCacheUpdates = array(
1640 - 'Statistics' => 'SiteStatsUpdate::cacheUpdate'
 1640+ 'Statistics' => array('SiteStatsUpdate','cacheUpdate')
16411641 );
16421642
16431643 /**