mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Destination Summary: Mitigate PHP 8.x warnings.
This commit is contained in:
@@ -1233,7 +1233,7 @@ if (!class_exists('destinations')) {
|
||||
}
|
||||
$sql .= " and direction = 'inbound' \n";
|
||||
$sql .= " and caller_destination is not null \n";
|
||||
$sql .= $sql_date_range;
|
||||
$sql .= $sql_date_range ?? '';
|
||||
$sql .= ") as c \n";
|
||||
|
||||
$sql .= "where \n";
|
||||
|
||||
Reference in New Issue
Block a user