Remove Vector from the default LESS import path
authorDaniel Friesen <daniel@nadir-seen-fire.com>
Fri, 9 May 2014 15:18:45 +0000 (08:18 -0700)
committerKrinkle <krinklemail@gmail.com>
Tue, 27 May 2014 19:11:44 +0000 (19:11 +0000)
When Ia193571a added Vector to core for VectorBeta's benefit it introduced
a regression that broke all skins that used imports like 'variables.less'
which happen to match a filename used by Vector.

These paths aren't supposed to be exposed anyway, and VectorBeta has been
fixed to no longer rely on this.

Bug: 64595
Change-Id: Iee47bdc23630e02ccfcbd28496ec5268892eb629

includes/DefaultSettings.php

index fa153da..9ffd15e 100644 (file)
@@ -3362,7 +3362,6 @@ $wgResourceLoaderLESSFunctions = array(
  */
 $wgResourceLoaderLESSImportPaths = array(
        "$IP/resources/src/mediawiki.less/",
-       "$IP/skins/vector/",
 );
 
 /**