MDL-53513 libraries: update lessphp to version 1.7.0.10
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user