From f19136905ffe104e12484aba5bca5adeefa4b133 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 21 Sep 2019 05:14:49 -0400 Subject: [PATCH] Remove setting obsolete App->data['user'] in Module\Profile\Contacts --- src/Module/Profile/Contacts.php | 1 - 1 file changed, 1 deletion(-) 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);