diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php index e31053d1bf7..18c923ff944 100644 --- a/htdocs/core/class/CMailFile.class.php +++ b/htdocs/core/class/CMailFile.class.php @@ -412,7 +412,6 @@ class CMailFile { $result = $this->message->setFrom($this->getArrayAddress($from)); } - } catch (Exception $e) { $this->errors[] = $e->getMessage(); }