Remove setting obsolete App->data['user'] in Module\Profile\Contacts
This commit is contained in:
@@ -36,7 +36,6 @@ class Contacts extends BaseModule
|
||||
throw new \Friendica\Network\HTTPException\NotFoundException(L10n::t('User not found.'));
|
||||
}
|
||||
|
||||
$a->data['user'] = $user;
|
||||
$a->profile_uid = $user['uid'];
|
||||
|
||||
Profile::load($a, $nickname);
|
||||
|
||||
Reference in New Issue
Block a user