Update destination_edit.php

This commit is contained in:
FusionPBX 2019-03-08 08:48:38 -07:00 committed by GitHub
parent a213aa7a20
commit 8737af841a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -554,8 +554,8 @@
$dialplan_detail_order = $dialplan_detail_order + 10;
//set the destination app and data
$_POST["destination_app"] = $dialplan_detail_type;
$_POST["destination_data"] = $dialplan_detail_data;
$destination_app = $dialplan_detail_type;
$destination_data = $dialplan_detail_data;
//increment the array id
$y++;