Index: branches/5.2.x/core/units/helpers/email_message_helper.php =================================================================== diff -u -N -r15225 -r15465 --- branches/5.2.x/core/units/helpers/email_message_helper.php (.../email_message_helper.php) (revision 15225) +++ branches/5.2.x/core/units/helpers/email_message_helper.php (.../email_message_helper.php) (revision 15465) @@ -1,6 +1,6 @@ Application->Parser->CompileRaw($object->GetField($field), 'email_template'); } - catch (ParserException $e) { + catch (Exception $e) { if ( $this->Application->isDebugMode() ) { $this->Application->Debugger->appendHTML('Error in Email Template: ' . $e->getMessage() . ' (line: ' . $e->getLine() . ')'); }