Skip to content

Commit

Permalink
Update Inspection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 27, 2024
1 parent 6032c56 commit 9be9402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 9be9402

Please sign in to comment.