From: Ævar Arnfjörð Bjarmason Date: Fri, 8 Jul 2005 01:57:08 +0000 (+0000) Subject: * There's no more need for this here than anywhere else.. X-Git-Tag: 1.5.0beta4~199 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=38df72df60a86bea2013109547905f7a8ede49c2;p=lhc%2Fweb%2Fwiklou.git * There's no more need for this here than anywhere else.. --- diff --git a/index.php b/index.php index 27b7fb988a..213b78d47b 100644 --- a/index.php +++ b/index.php @@ -69,7 +69,6 @@ OutputPage::setEncodings(); # Not really used yet $action = $wgRequest->getVal( 'action', 'view' ); $title = $wgRequest->getVal( 'title' ); -$action = rtrim( $action ); if ($wgRequest->getVal( 'printable' ) == 'yes') { $wgOut->setPrintable(); }