mirror of
https://github.com/friendica/friendica
synced 2025-01-09 13:24:42 +00:00
Fix a notice
This commit is contained in:
parent
c961128416
commit
48ab31f451
1 changed files with 1 additions and 1 deletions
|
@ -2476,7 +2476,7 @@ class Diaspora
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$cid = Contact::getIdForURL($ret['url'], $uid);
|
$cid = Contact::getIdForURL($ret['url'], $importer['uid']);
|
||||||
if (!empty($cid)) {
|
if (!empty($cid)) {
|
||||||
$contact = DBA::selectFirst('contact', [], ['id' => $cid, 'network' => Protocol::NATIVE_SUPPORT]);
|
$contact = DBA::selectFirst('contact', [], ['id' => $cid, 'network' => Protocol::NATIVE_SUPPORT]);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue