update use

update useings and self
This commit is contained in:
Adam Magness 2018-01-09 10:02:53 -05:00
parent a59ab5552e
commit b72cfaf828
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
namespace Friendica\Model;
use Friendica\BaseObject;
use Friendica\Core\Config;
use Friendica\Core\PConfig;
use Friendica\Core\System;
use Friendica\Core\Worker;
@ -1259,7 +1260,7 @@ class Contact extends BaseObject
Group::addMember(User::getDefaultGroup($uid, $contact["network"]), $contact_id);
// Update the avatar
Contact::updateAvatar($ret['photo'], $uid, $contact_id);
self::updateAvatar($ret['photo'], $uid, $contact_id);
// pull feed and consume it, which should subscribe to the hub.