Added "context title" to replace $wgTitle, current behavior unchanges, but added...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 10 Feb 2011 17:08:37 +0000 (17:08 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 10 Feb 2011 17:08:37 +0000 (17:08 +0000)
commit1fb56df47331ea7bc1c3ae1c93b09fcfe43bc9d4
tree50944feb841bc7bb0eb6e747179b130d0791d3be
parentb51b77bba13a57f31568fee9803a077af42e328a
Added "context title" to replace $wgTitle, current behavior unchanges, but added a comment that this might change in the future to completely remove $wgTitle usage in EditPage

Also removed null check on showEditForm() since $wgTitle is set on ApiEditPage.php, so it won't catch anything
includes/EditPage.php
includes/api/ApiEditPage.php