Index: branches/5.2.x/core/kernel/nparser/nparser.php =================================================================== diff -u -N -r15263 -r15364 --- branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 15263) +++ branches/5.2.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 15364) @@ -1,6 +1,6 @@ Params, $params); } + $m_processor =& $this->GetProcessor('m'); + $flag_values = $m_processor->PreparePostProcess($params); + $this->PushParams($params); $ret = $this->Run($t, $silent); $this->PopParams(); + $ret = $m_processor->PostProcess($ret, $flag_values); + $this->CheckNoData($ret, $params); $this->DataExists = $data_exists_bak || $this->DataExists;