Index: trunk/phase3/includes/WikiPage.php |
— | — | @@ -1061,7 +1061,7 @@ |
1062 | 1062 | $status = Status::newGood( array() ); |
1063 | 1063 | |
1064 | 1064 | # Load $this->mTitle->getArticleID() and $this->mLatest if it's not already |
1065 | | - $this->loadPageData(); |
| 1065 | + $this->loadPageData( 'fromdbmaster' ); |
1066 | 1066 | |
1067 | 1067 | $flags = $this->checkFlags( $flags ); |
1068 | 1068 | |