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:
@@ -108,7 +108,7 @@
|
||||
$destination_number_regex = string_to_regex($destination_number);
|
||||
$_POST["destination_number_regex"] = $destination_number_regex;
|
||||
//get the destination app and data
|
||||
$destination_array = explode(":", $_POST["destination_action"]);
|
||||
$destination_array = explode(":", $_POST["destination_action"], 2);
|
||||
$destination_app = $destination_array[0];
|
||||
$destination_data = $destination_array[1];
|
||||
unset($_POST["destination_action"]);
|
||||
|
||||
Reference in New Issue
Block a user