From 9be9402d7d7601d4f592d829594184f04fe7a835 Mon Sep 17 00:00:00 2001 From: pavlosb Date: Thu, 27 Jun 2024 12:11:26 +0300 Subject: [PATCH] Update Inspection.php --- application/controllers/Inspection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Inspection.php b/application/controllers/Inspection.php index 9588e4a..e5b672b 100644 --- a/application/controllers/Inspection.php +++ b/application/controllers/Inspection.php @@ -1106,7 +1106,7 @@ public function emailsend() { $this->email->send(FALSE); // Will only print the email headers, excluding the message subject and body -$this->email->print_debugger(array('headers')); +$this->email->print_debugger(); if ($this->email->send()) { echo "ok";