浏览代码

fix previous

Visman 4 年之前
父节点
当前提交
00208dc197
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
             $this->c->Lang->load('common', $this->c->user->language);
         } catch (MailException $e) {
         } catch (MailException $e) {
-            $this->c->Log->error('Subscription send MailException', $context + [
+            $this->c->Log->error('Subscription send MailException', [
                 'exception' => $e,
                 'exception' => $e,
                 'headers'   => false,
                 'headers'   => false,
             ]);
             ]);