mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:44:32 +02:00
Fix notices and missing template variables
This commit is contained in:
parent
91a145106d
commit
a2e9247936
4 changed files with 12 additions and 9 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue