Index: branches/5.2.x/core/kernel/nparser/nparser.php =================================================================== diff -u -N -r14628 -r14675 --- branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 14628) +++ branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 14675) @@ -1,6 +1,6 @@ PreparePostProcess($params); $f_name = $this->Elements[$params['name']]; + /* @var $f_name Closure */ + $ret = $f_name($this, $params); $ret = $m_processor->PostProcess($ret, $flag_values); $block_params = $this->Params; // input parameters, but modified inside rendered block