Early return if the page exists and redlink parameter was provided instead of going...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 2 Nov 2011 20:18:43 +0000 (20:18 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 2 Nov 2011 20:18:43 +0000 (20:18 +0000)
commitbf2dc3d5acefb4eb4a2bc26f707bd0327e6f46c7
tree64661604f14ef4be7e9ce8eab804664e5afc5023
parent06de2ecc9683fa9dc4485b1941453bee6e255067
Early return if the page exists and redlink parameter was provided instead of going through all the normal process and then redirect; also moved a part of outside the "else" condition for consistency with the code below
includes/EditPage.php