sforkowany z mirror/friendica
Replace last instance of local_user() used to guess authentication status in Module/Contact/Hovercard
rodzic
e3e2b0e6d0
commit
50a2e7001e
|
@ -71,7 +71,7 @@ class Hovercard extends BaseModule
|
|||
}
|
||||
|
||||
// Get the photo_menu - the menu if possible contact actions
|
||||
if (local_user()) {
|
||||
if (Session::isAuthenticated()) {
|
||||
$actions = Contact::photoMenu($contact);
|
||||
} else {
|
||||
$actions = [];
|
||||
|
|
Ładowanie…
Reference in New Issue