Fix contact image bug in Messages.

This commit is contained in:
Nate
2019-09-23 08:38:25 -06:00
parent fa18fd8db6
commit e0883fce15
3 changed files with 27 additions and 30 deletions

View File

@@ -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";
}
?>
?>