diff --git a/src/Module/Profile/Contacts.php b/src/Module/Profile/Contacts.php index 346622b2e5..7463d4043f 100644 --- a/src/Module/Profile/Contacts.php +++ b/src/Module/Profile/Contacts.php @@ -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);