Update dialplan_edit.php
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
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.
|
the Initial Developer. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
$array['dialplans'][$x]['domain_uuid'] = $_POST['domain_uuid'];
|
$array['dialplans'][$x]['domain_uuid'] = $_POST['domain_uuid'];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$array['dialplans'][$x]['domain_uuid'] = $_SESSION['domain_uuid'];
|
$array['dialplans'][$x]['domain_uuid'] = '';
|
||||||
}
|
}
|
||||||
if ($action == 'add') {
|
if ($action == 'add') {
|
||||||
$array['dialplans'][$x]['app_uuid'] = uuid();
|
$array['dialplans'][$x]['app_uuid'] = uuid();
|
||||||
|
|||||||
Reference in New Issue
Block a user