From 7aa260befd63ab41fe22a5f9d8d82c3a50b69e2e Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 19 Jul 2011 21:22:51 +0000 Subject: [PATCH] Spacing, removed unneded global. --- includes/SkinTemplate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 6002cc0ae8..7579f09e09 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -107,7 +107,7 @@ class SkinTemplate extends Skin { * * @param $out OutputPage */ - function setupSkinUserCss( OutputPage $out ){ + function setupSkinUserCss( OutputPage $out ) { $out->addModuleStyles( array( 'mediawiki.legacy.shared', 'mediawiki.legacy.commonPrint' ) ); } @@ -133,7 +133,7 @@ class SkinTemplate extends Skin { */ function outputPage( OutputPage $out ) { global $wgUser, $wgLang, $wgContLang; - global $wgScript, $wgStylePath, $wgLanguageCode; + global $wgScript, $wgStylePath; global $wgMimeType, $wgJsMimeType, $wgRequest; global $wgXhtmlDefaultNamespace, $wgXhtmlNamespaces, $wgHtml5Version; global $wgDisableCounters, $wgLogo, $wgHideInterlanguageLinks; -- 2.20.1