Typofix.
This commit is contained in:
parent
29465a1701
commit
e0f51edc51
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue