mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-04-27 22:10:11 +00:00
prevent that contact actions are shown to not logged in users
This commit is contained in:
parent
2b40687e36
commit
22d567a28e
1 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,7 @@ function frio_hovercard_content() {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Get the photo_menu - the menu if possible contact actions
|
// Get the photo_menu - the menu if possible contact actions
|
||||||
|
if(local_user())
|
||||||
$actions = contact_photo_menu($contact);
|
$actions = contact_photo_menu($contact);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue