Update dialplan_edit.php
This commit is contained in:
parent
05f44474de
commit
cc96d4fa6f
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2018
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2019
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
$array['dialplans'][$x]['domain_uuid'] = $_POST['domain_uuid'];
|
||||
}
|
||||
else {
|
||||
$array['dialplans'][$x]['domain_uuid'] = $_SESSION['domain_uuid'];
|
||||
$array['dialplans'][$x]['domain_uuid'] = '';
|
||||
}
|
||||
if ($action == 'add') {
|
||||
$array['dialplans'][$x]['app_uuid'] = uuid();
|
||||
|
|
|
|||
Loading…
Reference in New Issue