Select fields returned by Revision::selectPageFields() and call Title::newFromRow...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 7 Feb 2012 19:24:31 +0000 (19:24 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 7 Feb 2012 19:24:31 +0000 (19:24 +0000)
commit0effbbca5c778934023b4593ad30d8451fb8f481
tree714d2da08ffb1aeee9e53e6720bf785eea97f500
parent1cb1abe773ccd5bcbfafcb48d64908b36c721f67
Select fields returned by Revision::selectPageFields() and call Title::newFromRow() instead of Title::makeTitle() in Revision::getTitle() so that it doesn't need a separate query to load the page id or the latest revision id.
includes/Revision.php