Replace last instance of local_user() used to guess authentication status in Module/Contact/Hovercard

This commit is contained in:
Hypolite Petovan 2019-10-17 09:32:46 -04:00
parent e3e2b0e6d0
commit 50a2e7001e

View file

@ -71,7 +71,7 @@ class Hovercard extends BaseModule
} }
// Get the photo_menu - the menu if possible contact actions // Get the photo_menu - the menu if possible contact actions
if (local_user()) { if (Session::isAuthenticated()) {
$actions = Contact::photoMenu($contact); $actions = Contact::photoMenu($contact);
} else { } else {
$actions = []; $actions = [];