From: Alexandre Emsenhuber Date: Tue, 14 Jul 2009 18:44:32 +0000 (+0000) Subject: missing globals X-Git-Tag: 1.31.0-rc.0~40958 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=7f5bc45ad7050acfe9715b557817a1d36b1572a3;p=lhc%2Fweb%2Fwiklou.git missing globals --- diff --git a/skins/Vector.php b/skins/Vector.php index ee09e05a74..6bd2cbf874 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -24,7 +24,7 @@ class SkinVector extends SkinTemplate { * @param object $out Output page object to initialize */ public function initPage( OutputPage $out ) { - global $wgStylePath; + global $wgStylePath, $wgJsMimeType, $wgStyleVersion; parent::initPage( $out ); $this->skinname = 'vector';