* Removed "global $action;" from SkinTemplate::outputPage(), getting it from $wgReque...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 14 Feb 2009 17:09:57 +0000 (17:09 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 14 Feb 2009 17:09:57 +0000 (17:09 +0000)
commit72421be1278ba6f131b9f19b162a3d10e8e7b1a2
tree70d5d8926e6b38c49d6154d1f37735b4642d4887
parent51ddf4f1df99f73828bbef20e39a7bfaae510236
* Removed "global $action;" from SkinTemplate::outputPage(), getting it from $wgRequest instead (like for r46810)
* Changed "$action = $wgRequest->getText( 'action' )" to "$action = $wgRequest->getVal( 'action', 'view' )" as we do on index.php
includes/SkinTemplate.php