Index: trunk/phase3/includes/SiteStats.php |
— | — | @@ -325,7 +325,7 @@ |
326 | 326 | */ |
327 | 327 | public static function doAllAndCommit( $update, $noViews = false, $activeUsers = false ) { |
328 | 328 | // Grab the object and count everything |
329 | | - $counter = new InitStats( false ); |
| 329 | + $counter = new SiteStatsInit( false ); |
330 | 330 | $counter->edits(); |
331 | 331 | $counter->articles(); |
332 | 332 | $counter->pages(); |