Skip to content

Commit 95bec3c

Browse files
committed
fix leafo#102 - oops...operator precedence! apply variation of @morgen32's PR
1 parent 54ed273 commit 95bec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4225,7 +4225,7 @@ protected function inputName() {
42254225
* @return string
42264226
*/
42274227
protected function findInput() {
4228-
if ($input = $this->inputName()
4228+
if (($input = $this->inputName())
42294229
&& strpos($input, '..') === false
42304230
&& substr($input, -5) === '.scss'
42314231
) {

0 commit comments

Comments
 (0)