mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add an include to ensure the domains class exists.
This commit is contained in:
@@ -237,6 +237,7 @@ require_once "resources/require.php";
|
||||
$_SESSION["domain_uuid"] = $domain_uuid;
|
||||
$_SESSION["domain_name"] = $_SESSION['domains'][$domain_uuid]['domain_name'];
|
||||
//set the setting arrays
|
||||
require_once "resources/classes/domains.php";
|
||||
$domain = new domains();
|
||||
$domain->db = $db;
|
||||
$domain->set();
|
||||
|
||||
Reference in New Issue
Block a user