Update calls_active_inc.php
This commit is contained in:
parent
bab329d6a7
commit
7029d3c74f
|
|
@ -70,7 +70,7 @@
|
|||
$presence_id_array = explode('@', $row['presence_id']);
|
||||
$row['domain_name'] = $presence_id_array[1];
|
||||
}
|
||||
else if (strlen($context) == 0) {
|
||||
else if (strlen($context) > 0) {
|
||||
if (substr_count($context, '@') > 0) {
|
||||
$context_array = explode('@', $context);
|
||||
$row['domain_name'] = $context_array[1];
|
||||
|
|
|
|||
Loading…
Reference in New Issue