Browse Source

fix previous

Visman 4 years ago
parent
commit
00208dc197
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/Subscription/Send.php

+ 1 - 1
app/Models/Subscription/Send.php

@@ -159,7 +159,7 @@ class Send extends Method
 
             $this->c->Lang->load('common', $this->c->user->language);
         } catch (MailException $e) {
-            $this->c->Log->error('Subscription send MailException', $context + [
+            $this->c->Log->error('Subscription send MailException', [
                 'exception' => $e,
                 'headers'   => false,
             ]);