Skip to content

Commit 659da9b

Browse files
committed
fix for blocks that don't have varargs
1 parent 14523ed commit 659da9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lessc.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,6 +2142,7 @@ function pushBlock($tags) {
21422142
$b->parent = $this->env;
21432143

21442144
$b->id = self::$nextBlockId++;
2145+
$b->is_vararg = false;
21452146
$b->tags = $tags;
21462147
$b->props = array();
21472148
$b->children = array();

0 commit comments

Comments
 (0)