r53028 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53027‎ | r53028 | r53029 >
Date:00:30, 10 July 2009
Author:demon
Status:deferred
Tags:
Comment:
Fix doAllAndCommit() call.
Modified paths:
  • /branches/maintenance-work/includes/SiteStats.php (modified) (history)

Diff [purge]

Index: branches/maintenance-work/includes/SiteStats.php
@@ -49,7 +49,7 @@
5050 // clean schema with mwdumper.
5151 wfDebug( __METHOD__ . ": initializing damaged or missing site_stats\n" );
5252
53 - SiteStatsInit::doAllAndCommit( wfGetDB( DB_SLAVE ), false );
 53+ SiteStatsInit::doAllAndCommit( false );
5454
5555 $row = self::doLoad( wfGetDB( DB_MASTER ) );
5656 }

Status & tagging log