* There's no more need for this here than anywhere else..
[lhc/web/wiklou.git] / index.php
index 27b7fb9..213b78d 100644 (file)
--- 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();
 }