Visman hace 4 años
padre
commit
00208dc197
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
             ]);