MDL-51530 libraries: Upgrade less.php to 1.7.0.9
This commit is contained in:
committed by
Ryan Wyllie
parent
fd57d685c7
commit
df09876082
@@ -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'] );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user