missing globals
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 14 Jul 2009 18:44:32 +0000 (18:44 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 14 Jul 2009 18:44:32 +0000 (18:44 +0000)
skins/Vector.php

index ee09e05..6bd2cbf 100644 (file)
@@ -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';