mirror of
https://github.com/friendica/friendica
synced 2025-01-22 12:19:46 +00:00
Missed a 't', thanks to @annando
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
fbd559a823
commit
e8e51d8535
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ class ostatus {
|
|||
$uid, $actor, normalise_link($actor), NETWORK_STATUSNET);
|
||||
}
|
||||
|
||||
if (dbm::is_resul($contact)) {
|
||||
if (dbm::is_result($contact)) {
|
||||
logger("Found contact for url ".$actor, LOGGER_DEBUG);
|
||||
$details["contact_id"] = $contact[0]["id"];
|
||||
$details["network"] = $contact[0]["network"];
|
||||
|
|
Loading…
Add table
Reference in a new issue