]> git.mxchange.org Git - friendica.git/commitdiff
Missed a 't', thanks to @annando
authorRoland Häder <roland@mxchange.org>
Tue, 7 Feb 2017 08:05:19 +0000 (09:05 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 18 Mar 2017 23:52:37 +0000 (00:52 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/ostatus.php

index 37f79cb5cc1224c84a4dfc8cc27e6296ff928997..74ad948869f0d80eee39e5b28bee5396bac7afc3 100644 (file)
@@ -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"];