Index: branches/wmf/1.18wmf1/includes/WikiPage.php |
— | — | @@ -1077,7 +1077,7 @@ |
1078 | 1078 | $status = Status::newGood( array() ); |
1079 | 1079 | |
1080 | 1080 | # Load $this->mTitle->getArticleID() and $this->mLatest if it's not already |
1081 | | - $this->loadPageData(); |
| 1081 | + $this->loadPageData( 'fromdbmaster' ); |
1082 | 1082 | |
1083 | 1083 | $flags = $this->checkFlags( $flags ); |
1084 | 1084 | |