Removed check for empty( $action ), seems to be old register_globals code, but since...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 4 Feb 2009 19:43:30 +0000 (19:43 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 4 Feb 2009 19:43:30 +0000 (19:43 +0000)
commitf04183b0da7d4dc62739c5b246d775260b421f84
tree6ad306844e0700bbe48ab8103abafc596e7f3c25
parentb677d0191df692953e5534d6a437a66f2486043d
Removed check for empty( $action ), seems to be old register_globals code, but since $action is set in index.php with
$action = $wgRequest->getVal( 'action', 'view' );
it can't match empty() in "normal" conditions
includes/OutputPage.php