From e0f51edc518c3083864d3d2dc17c81ff29b3194d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 2 Aug 2009 20:00:41 +0000 Subject: [PATCH] Typofix. --- includes/SiteStats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SiteStats.php b/includes/SiteStats.php index 591f57c7ac..0a7359b9ac 100644 --- a/includes/SiteStats.php +++ b/includes/SiteStats.php @@ -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(); -- 2.20.1