From c8697313a1f9ec467cbd6ba08ce57be2bde20406 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 23 Mar 2010 19:20:43 +0000 Subject: [PATCH] Followup to r64080: unused globals --- skins/Vector.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/Vector.php b/skins/Vector.php index a4381a5cb0..abe4ab7569 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -26,7 +26,7 @@ class SkinVector extends SkinTemplate { * @param object $out Output page object to initialize */ public function initPage( OutputPage $out ) { - global $wgStylePath, $wgJsMimeType, $wgStyleVersion, $wgScriptPath, $wgVectorExtraStyles; + global $wgStylePath; parent::initPage( $out ); @@ -47,7 +47,7 @@ class SkinVector extends SkinTemplate { */ function setupSkinUserCss( OutputPage $out ){ - global $wgStylePath, $wgVectorExtraStyles; + global $wgVectorExtraStyles; parent::setupSkinUserCss( $out ); -- 2.20.1