r64087 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64086‎ | r64087 | r64088 >
Date:19:20, 23 March 2010
Author:catrope
Status:ok
Tags:
Comment:
Followup to r64080: unused globals
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -26,7 +26,7 @@
2727 * @param object $out Output page object to initialize
2828 */
2929 public function initPage( OutputPage $out ) {
30 - global $wgStylePath, $wgJsMimeType, $wgStyleVersion, $wgScriptPath, $wgVectorExtraStyles;
 30+ global $wgStylePath;
3131
3232 parent::initPage( $out );
3333
@@ -47,7 +47,7 @@
4848 */
4949
5050 function setupSkinUserCss( OutputPage $out ){
51 - global $wgStylePath, $wgVectorExtraStyles;
 51+ global $wgVectorExtraStyles;
5252
5353 parent::setupSkinUserCss( $out );
5454

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64080Fixes bug 22916 -- stylesheets for Vector skin now load in the correct orderlhridley17:12, 23 March 2010

Status & tagging log