Replace last instance of local_user() used to guess authentication status in Module/Contact/Hovercard
This commit is contained in:
parent
e3e2b0e6d0
commit
50a2e7001e
|
@ -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 = [];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user