Fix the syntax to the last commit.
This commit is contained in:
parent
e1f0c205c7
commit
1833df9567
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue