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";