From e1552fc652a9e254db2bc22b3a2e64aeaeaa1a2b Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Fri, 9 May 2014 08:18:45 -0700 Subject: [PATCH] Remove Vector from the default LESS import path 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fa153da0d9..9ffd15e0b3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3362,7 +3362,6 @@ $wgResourceLoaderLESSFunctions = array( */ $wgResourceLoaderLESSImportPaths = array( "$IP/resources/src/mediawiki.less/", - "$IP/skins/vector/", ); /** -- 2.20.1