mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix the syntax to the last commit.
This commit is contained in:
@@ -224,7 +224,7 @@ if (!class_exists('xml_cdr')) {
|
||||
|
||||
if ($xml->variables->current_application == "bridge") {
|
||||
$current_application_data = urldecode($xml->variables->current_application_data);
|
||||
$bridge_array = explode("/", current_application_data);
|
||||
$bridge_array = explode("/", $current_application_data);
|
||||
$destination_number = end($bridge_array);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user