Fix a notice

This commit is contained in:
Michael 2019-11-06 19:17:40 +00:00
parent c961128416
commit 48ab31f451
1 changed files with 1 additions and 1 deletions

View File

@ -2476,7 +2476,7 @@ class Diaspora
return false;
}
$cid = Contact::getIdForURL($ret['url'], $uid);
$cid = Contact::getIdForURL($ret['url'], $importer['uid']);
if (!empty($cid)) {
$contact = DBA::selectFirst('contact', [], ['id' => $cid, 'network' => Protocol::NATIVE_SUPPORT]);
} else {