Normalize item_photo_menu template variable name

This commit is contained in:
Hypolite Petovan 2020-09-13 19:40:59 -04:00
parent 2bfd53bf09
commit 65b796ed1f
12 changed files with 12 additions and 12 deletions

View file

@ -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,