Correct the description in the comment
This commit is contained in:
parent
675811f79c
commit
0e55637bf6
|
|
@ -46,7 +46,7 @@ if (!$included) {
|
||||||
$domain_name = $_SESSION['domain_name'];
|
$domain_name = $_SESSION['domain_name'];
|
||||||
$user_uuid = $_SESSION['user_uuid'];
|
$user_uuid = $_SESSION['user_uuid'];
|
||||||
|
|
||||||
//get event socket connection parameters
|
//initialize the settings object
|
||||||
if (empty($settings)) {
|
if (empty($settings)) {
|
||||||
$setting = new settings(["domain_uuid" => $domain_uuid]);
|
$setting = new settings(["domain_uuid" => $domain_uuid]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue