MDL-53513 libraries: update lessphp to version 1.7.0.10

This commit is contained in:
Simey Lameze
2016-03-21 13:01:43 +08:00
parent fed66ad9e2
commit b0d985e81f
14 changed files with 61 additions and 48 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class Less_Visitor_processExtends extends Less_Visitor{
$selectorTwo = "{unable to calculate}";
}
throw new Less_Exception_Parser("extend circular reference detected. One of the circular extends is currently:"+$selectorOne+":extend(" + $selectorTwo+")");
throw new Less_Exception_Parser("extend circular reference detected. One of the circular extends is currently:" . $selectorOne . ":extend(" . $selectorTwo . ")");
}
// now process the new extends on the existing rules so that we can handle a extending b extending c ectending d extending e...