From e4a6b7c7b08db00aa0ab5efbe605df697156122e Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Fri, 28 Sep 2018 15:17:26 +0200 Subject: [PATCH] Bugfix --- src/Mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mail.php b/src/Mail.php index 0fb45032e..cc9cef57e 100644 --- a/src/Mail.php +++ b/src/Mail.php @@ -163,7 +163,7 @@ class Mail extends PHPMailer\PHPMailer\PHPMailer // Impostazioni di debug $this->SMTPDebug = App::debug() ? 2: 0; $this->Debugoutput = function ($str, $level) { - [] = $str; + $this->infos[] = $str; }; // Impostazioni dell'host