From: Chad Horohoe Date: Sun, 2 Aug 2009 20:00:41 +0000 (+0000) Subject: Typofix. X-Git-Tag: 1.31.0-rc.0~40567 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=e0f51edc518c3083864d3d2dc17c81ff29b3194d;p=lhc%2Fweb%2Fwiklou.git Typofix. --- 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();