mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update destination_edit.php
This commit is contained in:
@@ -554,8 +554,8 @@
|
|||||||
$dialplan_detail_order = $dialplan_detail_order + 10;
|
$dialplan_detail_order = $dialplan_detail_order + 10;
|
||||||
|
|
||||||
//set the destination app and data
|
//set the destination app and data
|
||||||
$_POST["destination_app"] = $dialplan_detail_type;
|
$destination_app = $dialplan_detail_type;
|
||||||
$_POST["destination_data"] = $dialplan_detail_data;
|
$destination_data = $dialplan_detail_data;
|
||||||
|
|
||||||
//increment the array id
|
//increment the array id
|
||||||
$y++;
|
$y++;
|
||||||
|
|||||||
Reference in New Issue
Block a user