Index: trunk/core/units/general/inp1_parser.php =================================================================== diff -u -N -r1566 -r1848 --- trunk/core/units/general/inp1_parser.php (.../inp1_parser.php) (revision 1566) +++ trunk/core/units/general/inp1_parser.php (.../inp1_parser.php) (revision 1848) @@ -20,7 +20,7 @@ $t = $var_list['t']; $this->Application->SetVar('t', $t); $template_cache =& $this->Application->recallObject('TemplatesCache'); - $template_body = $this->Application->Parser->Parse( $template_cache->GetTemplateBody($t), $t ); + $template_body = $this->Application->Parser->Parse( $template_cache->GetTemplateBody($t), $t, 0 ); } else { $template_body = $objTemplate->ParseTemplateFromBuffer($tname, $template_body);