Index: trunk/kernel/include/parse.php =================================================================== diff -u -r2716 -r3000 --- trunk/kernel/include/parse.php (.../parse.php) (revision 2716) +++ trunk/kernel/include/parse.php (.../parse.php) (revision 3000) @@ -956,6 +956,9 @@ function ReadTemplateTags($tname) { + $application =& kApplication::Instance(); + $application->InitParser(); + $this->Tags[]=Array(); $this->ParseTemplate($tname,1,1,TRUE); return $this->Tags;