Index: branches/RC/core/kernel/nparser/compiler.php =================================================================== diff -u -N -r8953 -r10027 --- branches/RC/core/kernel/nparser/compiler.php (.../compiler.php) (revision 8953) +++ branches/RC/core/kernel/nparser/compiler.php (.../compiler.php) (revision 10027) @@ -52,6 +52,7 @@ function SaveError($errno, $errstr, $errfile, $errline, $errcontext) { $this->Errors[] = array('msg'=>$errstr, 'file'=>$errfile, 'line'=>$errline); + return true; } function FindTemplates()