Fixing style errors.

This commit is contained in:
stickler-ci 2020-07-06 09:19:27 +00:00
parent 2a9311b2d8
commit cb7b66d52c

View File

@ -412,7 +412,6 @@ class CMailFile
{ {
$result = $this->message->setFrom($this->getArrayAddress($from)); $result = $this->message->setFrom($this->getArrayAddress($from));
} }
} catch (Exception $e) { } catch (Exception $e) {
$this->errors[] = $e->getMessage(); $this->errors[] = $e->getMessage();
} }