Also delete the page information cache when invalidating cache of a non-existing...
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 26 Dec 2012 19:50:38 +0000 (20:50 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 26 Dec 2012 19:50:38 +0000 (20:50 +0100)
commitb3ff701cba6578ff0994ef3b42efcb1ba4eac9cd
treeb7b8580deaf378d4165af9ed35b30b07da5dfd92
parent3c994ff08a0be045bbef3a54f3a18bc98cb7ef5f
Also delete the page information cache when invalidating cache of a non-existing page

Changed the usage of WikiPage::getRevision() to Title::getLatestRevID(), so that
the cache is correctly deleted when the page does not exist and it doesn't need
to create an instance of the WikiPage class to get an already-available value.

Change-Id: Ied4dedd051759503046d5461c640de3490d29c91
includes/Title.php