mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:10:18 +00:00
Normalize item_photo_menu template variable name
This commit is contained in:
parent
2bfd53bf09
commit
65b796ed1f
12 changed files with 12 additions and 12 deletions
|
@ -444,8 +444,8 @@ class Post
|
|||
'wall' => DI::l10n()->t('Wall-to-Wall'),
|
||||
'vwall' => DI::l10n()->t('via Wall-To-Wall:'),
|
||||
'profile_url' => $profile_link,
|
||||
'item_photo_menu' => item_photo_menu($item),
|
||||
'name' => $name_e,
|
||||
'item_photo_menu_html' => item_photo_menu($item),
|
||||
'thumb' => DI::baseUrl()->remove($item['author-avatar']),
|
||||
'osparkle' => $osparkle,
|
||||
'sparkle' => $sparkle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue