r108500 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108499‎ | r108500 | r108501 >
Date:11:37, 10 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/Translate/MessageGroups.php
@@ -1122,7 +1122,7 @@
11231123 }
11241124
11251125 if ( $wgEnablePageTranslation ) {
1126 - $dbr = wfGetDB( DB_SLAVE );
 1126+ $dbr = wfGetDB( DB_MASTER );
11271127
11281128 $tables = array( 'page', 'revtag' );
11291129 $vars = array( 'page_id', 'page_namespace', 'page_title', );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108499Use master to not get stale data on Special:PageTranslation...nikerabbit08:53, 10 January 2012

Status & tagging log