From e8e51d8535f1c88ee5153eb27e4da14c527af726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 7 Feb 2017 09:05:19 +0100 Subject: [PATCH] Missed a 't', thanks to @annando MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- include/ostatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ostatus.php b/include/ostatus.php index 37f79cb5c..74ad94886 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -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"];