* There's no more need for this here than anywhere else..
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 8 Jul 2005 01:57:08 +0000 (01:57 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 8 Jul 2005 01:57:08 +0000 (01:57 +0000)
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();
 }