X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_notify.php;h=ca12211583d4b116d6a503772ab012878a30edaf;hb=65e1cd728c3ba70d166df0fee1f678b537c4805d;hp=4aa777b5503e63cfc257ed9340188a6c0dbefdf4;hpb=4208acf4b6bda77e729d18f4fd931ae97aad08ef;p=friendica.git diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 4aa777b550..ca12211583 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -1,12 +1,18 @@ argv[1]) ); - if(! count($r)) { + if (! dbm::is_result($r)) { logger('dfrn_notify: contact not found for dfrn_id ' . $dfrn_id); xml_status(3); //NOTREACHED @@ -116,7 +122,7 @@ function dfrn_notify_post(&$a) { if($dissolve == 1) { - /** + /* * Relationship is dissolved permanently */ @@ -208,7 +214,7 @@ function dfrn_notify_post(&$a) { logger('rino: decrypted data: ' . $data, LOGGER_DATA); } - $ret = local_delivery($importer,$data); + $ret = dfrn::import($data, $importer); xml_status($ret); // NOTREACHED @@ -278,8 +284,9 @@ function dfrn_notify_content(&$a) { dbesc($a->argv[1]) ); - if(! count($r)) + if (! dbm::is_result($r)) { $status = 1; + } logger("Remote rino version: ".$rino_remote." for ".$r[0]["url"], LOGGER_DEBUG);