From: Platonides Date: Tue, 19 Jul 2011 21:22:51 +0000 (+0000) Subject: Spacing, removed unneded global. X-Git-Tag: 1.31.0-rc.0~28734 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=7aa260befd63ab41fe22a5f9d8d82c3a50b69e2e;p=lhc%2Fweb%2Fwiklou.git Spacing, removed unneded global. --- 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;