Fix notices and missing template variables

This commit is contained in:
Michael 2025-02-06 05:41:30 +00:00
parent 91a145106d
commit a2e9247936
4 changed files with 12 additions and 9 deletions

View file

@ -607,7 +607,7 @@ class Item
} else {
$owner_avatar = $item['owner-id'];
$owner_updated = $item['owner-updated'];
$owner_thumb = $item['owner-avatar'];
$owner_thumb = $item['owner-avatar'] ?? '';
}
if (empty($owner_thumb) || Photo::isPhotoURI($owner_thumb)) {