Update dialplan_edit.php

This commit is contained in:
FusionPBX
2019-08-08 13:47:27 -06:00
committed by GitHub
parent 05f44474de
commit cc96d4fa6f

View File

@@ -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();