Index: branches/maintenance-work/includes/SiteStats.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | // clean schema with mwdumper. |
51 | 51 | wfDebug( __METHOD__ . ": initializing damaged or missing site_stats\n" ); |
52 | 52 | |
53 | | - SiteStatsInit::doAllAndCommit( wfGetDB( DB_SLAVE ), false ); |
| 53 | + SiteStatsInit::doAllAndCommit( false ); |
54 | 54 | |
55 | 55 | $row = self::doLoad( wfGetDB( DB_MASTER ) ); |
56 | 56 | } |