Typofix.
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 20:00:41 +0000 (20:00 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 20:00:41 +0000 (20:00 +0000)
includes/SiteStats.php

index 591f57c..0a7359b 100644 (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();