* Do the page existence check before calling ignore_user_abort() so that we don't...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 26 Jan 2012 16:44:29 +0000 (16:44 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 26 Jan 2012 16:44:29 +0000 (16:44 +0000)
commit16ec2100de156f4b97a27d2903be6522007034a8
treea4ccb19f208981f84b9c67ee6fbf4ef33e724c3b
parent1d594f6cc08a7915d60802d815e92259f02fbf41
* Do the page existence check before calling ignore_user_abort() so that we don't return after having modified that value
* Change the check to use $oldid since we already have the result of getLatest()
includes/WikiPage.php