MDL-51530 libraries: Upgrade less.php to 1.7.0.9

This commit is contained in:
Damyon Wiese
2015-10-02 05:03:40 +00:00
committed by Ryan Wyllie
parent fd57d685c7
commit df09876082
11 changed files with 477 additions and 97 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class Less_Exception_Parser extends Exception{
protected function getInput(){
if( !$this->input && $this->currentFile && $this->currentFile['filename'] ){
if( !$this->input && $this->currentFile && $this->currentFile['filename'] && file_exists($this->currentFile['filename']) ){
$this->input = file_get_contents( $this->currentFile['filename'] );
}
}