Correct the description in the comment

This commit is contained in:
FusionPBX
2023-09-16 14:18:27 -06:00
committed by GitHub
parent 675811f79c
commit 0e55637bf6

View File

@@ -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]);
}