Index: branches/unlabeled/unlabeled-1.24.2/core/kernel/parser/template_parser.php =================================================================== diff -u -r5893 -r5963 --- branches/unlabeled/unlabeled-1.24.2/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 5893) +++ branches/unlabeled/unlabeled-1.24.2/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 5963) @@ -419,7 +419,7 @@ } if ( !$this->GetParam('from_inportal') && strpos($output, 'Application->recallObject('Inp1Parser'); - $output = $inp1_parser->NewParse($name, $output); + $output = $inp1_parser->Parse($name, $output); } return $output; }