mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 12:13:49 +00:00
If the domain_uuid is null the data is global.
This error broken dialplan edit when saving a global dialplan.
This commit is contained in:
@@ -307,7 +307,6 @@ include "root.php";
|
||||
case 'app_uuid':
|
||||
case 'domain_uuid':
|
||||
if (is_uuid($value)) { $this->domain_uuid = $value; }
|
||||
else { trigger_error('Domain or App UUID not valid', E_USER_ERROR); }
|
||||
break;
|
||||
case 'type':
|
||||
case 'driver':
|
||||
|
||||
Reference in New Issue
Block a user