diff --git a/app/fax/fax_emails.php b/app/fax/fax_emails.php index 6cf92fb771..fff099e052 100644 --- a/app/fax/fax_emails.php +++ b/app/fax/fax_emails.php @@ -266,8 +266,7 @@ if (!empty($result) && @sizeof($result) != 0) { //send fax $cwd = getcwd(); - $included = true; - require("fax_send.php"); + require "fax_send.php"; if($cwd){ chdir($cwd); }