From 4d7fe802ef2a7521b92e54338d6864903bf3e9da Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Tue, 8 Jun 2010 16:55:19 +0000 Subject: [PATCH] follow-up to r67631: add semicolon back --- skins/Vector.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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__ ); -- 2.20.1