diff --git a/app/fax/fax_send.php b/app/fax/fax_send.php index bf581e704c..9f3e92b711 100644 --- a/app/fax/fax_send.php +++ b/app/fax/fax_send.php @@ -46,7 +46,7 @@ if (!$included) { $domain_name = $_SESSION['domain_name']; $user_uuid = $_SESSION['user_uuid']; - //get event socket connection parameters + //initialize the settings object if (empty($settings)) { $setting = new settings(["domain_uuid" => $domain_uuid]); }