Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1636,7 +1636,7 @@ |
1637 | 1637 | * Expensive Querypages are already updated. |
1638 | 1638 | */ |
1639 | 1639 | $wgSpecialPageCacheUpdates = array( |
1640 | | - 'Statistics' => 'SiteStatsUpdate::cacheUpdate' |
| 1640 | + 'Statistics' => array('SiteStatsUpdate','cacheUpdate') |
1641 | 1641 | ); |
1642 | 1642 | |
1643 | 1643 | /** |