From b683267ad5d349fa861c93ac4028ffa7093ff563 Mon Sep 17 00:00:00 2001 From: Sujit Prasad Date: Thu, 3 Mar 2016 12:22:55 +0530 Subject: [PATCH] Update Handler.php --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index c16b00bf2..28076e9e6 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -69,7 +69,7 @@ class Handler extends ExceptionHandler if (\Config::get('database.install') == 1) { // checking if the error log send to Ladybirdweb is enabled or not if (\Config::get('app.ErrorLog') == '%1%') { - $this->PhpMailController->sendmail($from = $this->PhpMailController->mailfrom('1', '0'), $to = ['name' => 'faveo logger', 'email' => 'faveoerrorlogger@gmail.com'], $message = ['subject' => 'Faveo downloaded from github has occured error', 'scenario' => 'error-report'], $template_variables = ['e' => $e]); + //$this->PhpMailController->sendmail($from = $this->PhpMailController->mailfrom('1', '0'), $to = ['name' => 'faveo logger', 'email' => 'faveoerrorlogger@gmail.com'], $message = ['subject' => 'Faveo downloaded from github has occured error', 'scenario' => 'error-report'], $template_variables = ['e' => $e]); } }