Fix yet another Fatal Error in Protocol\OStatus (#5454)
This commit is contained in:
parent
d6ccba79e0
commit
a202962f03
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ class OStatus
|
||||||
$gcid = GContact::update($contact);
|
$gcid = GContact::update($contact);
|
||||||
|
|
||||||
GContact::link($gcid, $contact["uid"], $contact["id"]);
|
GContact::link($gcid, $contact["uid"], $contact["id"]);
|
||||||
|
} else {
|
||||||
|
$contact = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $author;
|
return $author;
|
||||||
|
|
Loading…
Reference in a new issue