From 38df72df60a86bea2013109547905f7a8ede49c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 8 Jul 2005 01:57:08 +0000 Subject: [PATCH] * There's no more need for this here than anywhere else.. --- index.php | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.20.1