Index: trunk/phase3/skins/Vector.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | * @param object $out Output page object to initialize |
26 | 26 | */ |
27 | 27 | public function initPage( OutputPage $out ) { |
28 | | - global $wgStylePath; |
| 28 | + global $wgStylePath, $wgJsMimeType, $wgStyleVersion; |
29 | 29 | |
30 | 30 | parent::initPage( $out ); |
31 | 31 | $this->skinname = 'vector'; |