mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix contact image bug in Messages.
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
unset($sql, $parameters, $rows, $row);
|
||||
|
||||
if (!is_null(array_diff($numbers, $destinations))) {
|
||||
$numbers = array_diff($numbers, $destinations);
|
||||
$numbers = array_diff($numbers, $destinations);
|
||||
}
|
||||
|
||||
//get contact (primary attachment) images and cache them
|
||||
@@ -222,4 +222,4 @@
|
||||
echo "</script>\n";
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user