mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
fix unset var (#7245)
This commit is contained in:
committed by
GitHub
parent
574ec7a5b3
commit
e21650fe4a
@@ -56,7 +56,7 @@
|
||||
$_SESSION['domains'][$row['domain_uuid']] = $row;
|
||||
}
|
||||
}
|
||||
unset($sql, $result);
|
||||
unset($sql, $domains);
|
||||
|
||||
//update the domain session variables
|
||||
$_SESSION["domain_name"] = $_SESSION['domains'][$domain_uuid]['domain_name'];
|
||||
|
||||
Reference in New Issue
Block a user