From: Aaron Schulz Date: Tue, 19 Feb 2008 21:19:55 +0000 (+0000) Subject: Whitespace tweak X-Git-Tag: 1.31.0-rc.0~49431 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=e3a39d480358b31010dd82667900f1cd4057d3cb;p=lhc%2Fweb%2Fwiklou.git Whitespace tweak --- 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 ); }