Index: branches/RC/core/kernel/nparser/compiler.php =================================================================== diff -u -N -r11610 -r11661 --- branches/RC/core/kernel/nparser/compiler.php (.../compiler.php) (revision 11610) +++ branches/RC/core/kernel/nparser/compiler.php (.../compiler.php) (revision 11661) @@ -30,7 +30,7 @@ safeDefine('DBG_IGNORE_FATAL_ERRORS', 1); $i = $current; - $this->Application->InitParser(); + $this->Application->InitParser(true); while ($i < $total && $i < ($current + 20)) { $a_template = $templates[$i];