prevent that contact actions are shown to not logged in users

This commit is contained in:
rabuzarus 2016-05-10 17:11:51 +02:00
parent 2b40687e36
commit 22d567a28e

View file

@ -65,6 +65,7 @@ function frio_hovercard_content() {
return;
// Get the photo_menu - the menu if possible contact actions
if(local_user())
$actions = contact_photo_menu($contact);