r54232 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54231‎ | r54232 | r54233 >
Date:20:00, 2 August 2009
Author:demon
Status:ok
Tags:
Comment:
Typofix.
Modified paths:
  • /trunk/phase3/includes/SiteStats.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SiteStats.php
@@ -325,7 +325,7 @@
326326 */
327327 public static function doAllAndCommit( $update, $noViews = false, $activeUsers = false ) {
328328 // Grab the object and count everything
329 - $counter = new InitStats( false );
 329+ $counter = new SiteStatsInit( false );
330330 $counter->edits();
331331 $counter->articles();
332332 $counter->pages();

Status & tagging log