This commit is contained in:
Chad Horohoe 2009-08-02 20:00:41 +00:00
parent 29465a1701
commit e0f51edc51

View file

@ -325,7 +325,7 @@ class SiteStatsInit {
*/
public static function doAllAndCommit( $update, $noViews = false, $activeUsers = false ) {
// Grab the object and count everything
$counter = new InitStats( false );
$counter = new SiteStatsInit( false );
$counter->edits();
$counter->articles();
$counter->pages();