* Use $this->getRevision() to get the latest revision instead of loading it each...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 5 Feb 2012 18:45:07 +0000 (18:45 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 5 Feb 2012 18:45:07 +0000 (18:45 +0000)
commit7f53e6250848b1525a29ed44d7551b40afdd2274
tree92337eab01669ba2706e8432cd4d1e0b7981ac2b
parentba913a2eb057ccdca8d271dac0901da38d30a582
* Use $this->getRevision() to get the latest revision instead of loading it each time from the database
* Moved wfGetDB( DB_MASTER ) a bit after so that it is only called when needed
includes/WikiPage.php