Fix undefined index: id in Protocol\Diaspora
This commit is contained in:
parent
c4318fe05e
commit
2b1d15de87
1 changed files with 1 additions and 0 deletions
|
@ -949,6 +949,7 @@ class Diaspora
|
||||||
$person = DBA::selectFirst('fcontact', [], ['network' => Protocol::DIASPORA, 'addr' => $handle]);
|
$person = DBA::selectFirst('fcontact', [], ['network' => Protocol::DIASPORA, 'addr' => $handle]);
|
||||||
if (!DBA::isResult($person)) {
|
if (!DBA::isResult($person)) {
|
||||||
$person = $r;
|
$person = $r;
|
||||||
|
$person['id'] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue