Index: branches/RC/core/kernel/parser/template_parser.php =================================================================== diff -u -r8929 -r9286 --- branches/RC/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 8929) +++ branches/RC/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 9286) @@ -599,7 +599,7 @@ global $debugger; $debugger->appendHTML('mode: '.$this->SkipModeName().' tag '.$debugger->highlightString($tag_data).' in '.$debugger->getFileLink($debugger->getLocalFile(FULL_PATH.THEMES_PATH.'/'.$this->TemplateName).'.tpl', $this->CurrentLineNumber(), '', true)); } -// $tag =& new MyTag($tag_data, $this); +// $tag = new MyTag($tag_data, $this); $tag =& $this->TagHolder->GetTag($tag_data, $this); if (!$this->CheckRecursion($tag)) //we do NOT process closing tags