mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02: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
|
@ -595,7 +595,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
'network_icon' => ContactSelector::networkToIcon($item['network'], $item['author-link']),
|
||||
'linktitle' => DI::l10n()->t('View %s\'s profile @ %s', $profile_name, $item['author-link']),
|
||||
'profile_url' => $profile_link,
|
||||
'item_photo_menu' => item_photo_menu($item),
|
||||
'item_photo_menu_html' => item_photo_menu($item),
|
||||
'name' => $profile_name,
|
||||
'sparkle' => $sparkle,
|
||||
'lock' => $lock,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue