From: Jack Phoenix Date: Tue, 8 Jun 2010 16:55:19 +0000 (+0000) Subject: follow-up to r67631: add semicolon back X-Git-Tag: 1.31.0-rc.0~36582 X-Git-Url: http://git.cyclocoop.org/%22.%20%20%20generer_url_action%28%22logout%22%2C%22logout=prive%22%29%20.%20%20%20%22?a=commitdiff_plain;h=4d7fe802ef2a7521b92e54338d6864903bf3e9da;p=lhc%2Fweb%2Fwiklou.git follow-up to r67631: add semicolon back --- diff --git a/skins/Vector.php b/skins/Vector.php index a05ee9baed..74a1ae323a 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -35,7 +35,7 @@ class SkinVector extends SkinTemplate { // wait for the CSS file to load before fetching the HTC file. $out->addScript( '' ); } @@ -70,7 +70,7 @@ class SkinVector extends SkinTemplate { * @private */ function buildNavigationUrls() { - global $wgContLang, $wgLang, $wgOut, $wgUser, $wgRequest, $wgArticle + global $wgContLang, $wgLang, $wgOut, $wgUser, $wgRequest, $wgArticle; global $wgDisableLangConversion, $wgVectorUseIconWatch; wfProfileIn( __METHOD__ );