Don't make two database requests to load the same object, again.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 28 Apr 2012 13:45:37 +0000 (15:45 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 4 May 2012 20:10:36 +0000 (22:10 +0200)
commit18cc2200381f387aa5cac3f24540afff3ce9eca4
tree53ecfd9c856b2221958648e10ad1aa82e08996a5
parent144c8a5f9944c083a98e836c18cd190d87194ff5
Don't make two database requests to load the same object, again.

I know there's no second parameter to WikiPage::newFromID(), but this will change soon.

This follows-up I098dd36619fff3610be6894037220d3472b809d5.

Change-Id: Ic28b7e05db51e55a5f49fed70c042ba11e4d97fe
includes/api/ApiBase.php
includes/api/ApiDelete.php
includes/api/ApiEditPage.php
includes/api/ApiProtect.php
includes/api/ApiQueryBacklinks.php
includes/api/ApiQueryCategoryMembers.php