mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove is_array on extension_uuids
This commit is contained in:
@@ -279,7 +279,7 @@
|
||||
$sql .= "where c.domain_uuid = :domain_uuid \n";
|
||||
$parameters['domain_uuid'] = $domain_uuid;
|
||||
}
|
||||
if (!permission_exists('xml_cdr_domain') && is_array($extension_uuids)) { //only show the user their calls
|
||||
if (!permission_exists('xml_cdr_domain')) { //only show the user their calls
|
||||
$sql .= "and (c.extension_uuid = '".implode("' or c.extension_uuid = '", $extension_uuids)."') ";
|
||||
}
|
||||
if ($missed == true) {
|
||||
|
||||
Reference in New Issue
Block a user