mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Remove duplicate profile_uid key in App->profile array
This commit is contained in:
parent
9803c96db4
commit
6d7f0a6fd8
10 changed files with 59 additions and 74 deletions
|
@ -40,7 +40,7 @@ class Contacts extends BaseModule
|
|||
|
||||
Profile::load($a, $nickname);
|
||||
|
||||
$is_owner = $a->profile['profile_uid'] == local_user();
|
||||
$is_owner = $a->profile['uid'] == local_user();
|
||||
|
||||
// tabs
|
||||
$o = Profile::getTabs($a, 'contacts', $is_owner, $nickname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue