- bugfix $auto_literal = false did not work with { block} tags in child templates

(problem was reintroduced after fix in 3.1.7)(Forum Topic 20581)
This commit is contained in:
uwe.tews@googlemail.com
2012-08-21 21:54:30 +00:00
parent 9d34e78d0b
commit b70b06aa20
6 changed files with 35 additions and 17 deletions

View File

@@ -3252,4 +3252,3 @@ static public $yy_action = array(
} while ($yymajor != self::YYNOCODE && $this->yyidx >= 0);
}
}
?>