various fixes from insight

This commit is contained in:
Manuel Raynaud
2014-06-18 09:33:32 +02:00
parent 588be42e0f
commit 101197c0de
11 changed files with 26 additions and 34 deletions

View File

@@ -75,8 +75,6 @@ class Message extends BaseMessage
{
$body = false;
//$mail_template_path = TemplateHelper::getInstance()->getActiveMailTemplate()->getAbsolutePath() . DS;
// Try to get the body from template file, if a file is defined
if (! empty($template)) {
try {