From cb7b66d52c1f2afa18229dca6ad3957c62631f42 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 6 Jul 2020 09:19:27 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/class/CMailFile.class.php | 1 - 1 file changed, 1 deletion(-) 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(); }