mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove setting app and uuid for groups (#7392)
This commit is contained in:
@@ -63,10 +63,6 @@
|
||||
$this->database = new database;
|
||||
}
|
||||
|
||||
//set the application name and uuid
|
||||
$this->database->app_name = $this->app_name;
|
||||
$this->database->app_uuid = $this->app_uuid;
|
||||
|
||||
//set the domain_uuid
|
||||
if (is_uuid($domain_uuid)) {
|
||||
$this->domain_uuid = $domain_uuid;
|
||||
|
||||
Reference in New Issue
Block a user