r98979 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98978‎ | r98979 | r98980 >
Date:03:15, 5 October 2011
Author:aaron
Status:ok
Tags:
Comment:
MFT r98880
Modified paths:
  • /branches/wmf/1.18wmf1/includes/WikiPage.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/WikiPage.php
@@ -1077,7 +1077,7 @@
10781078 $status = Status::newGood( array() );
10791079
10801080 # Load $this->mTitle->getArticleID() and $this->mLatest if it's not already
1081 - $this->loadPageData();
 1081+ $this->loadPageData( 'fromdbmaster' );
10821082
10831083 $flags = $this->checkFlags( $flags );
10841084

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98880Call loadPageData() with 'fromdbmaster' in doEdit() to avoid old slave dataaaron18:40, 4 October 2011

Status & tagging log