From e3a39d480358b31010dd82667900f1cd4057d3cb Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 19 Feb 2008 21:19:55 +0000 Subject: [PATCH] Whitespace tweak --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 46784400a4..c1dc781cf1 100644 --- a/index.php +++ b/index.php @@ -56,7 +56,7 @@ if ( !is_null( $maxLag ) ) { $action = $wgRequest->getVal( 'action', 'view' ); $title = $wgRequest->getVal( 'title' ); -$wgTitle = $mediaWiki->checkInitialQueries( $title,$action,$wgOut, $wgRequest, $wgContLang ); +$wgTitle = $mediaWiki->checkInitialQueries( $title, $action, $wgOut, $wgRequest, $wgContLang ); if ($wgTitle == NULL) { unset( $wgTitle ); } -- 2.20.1