From 0e55637bf6254efc6ccee606da09aca04bc01de5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 16 Sep 2023 14:18:27 -0600 Subject: [PATCH] Correct the description in the comment --- app/fax/fax_send.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); }