-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
private function compile_var_tags(&$text_blocks)
|
{
|
$text_blocks = $this->get_varref($text_blocks, $is_expr);
|
$is_expr is not defined (it's a reference var sent to get_varref, which is then altered, but I am not sure whether this is allowed behavior or if it is supposed to be defined first).