]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
change language dynamically - bound to F8 key
[friendica.git] / include / items.php
index 6900c5920b0240458dc49785e9035d34521804d8..58fad99272a62dcb496b1cd9e7f3d0cdde01cad8 100644 (file)
@@ -762,7 +762,7 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) {
        if(! $rino_enable)
                $rino = 0;
 
-       $url = $contact['notify'] . '?dfrn_id=' . $idtosend . '&dfrn_version=' . DFRN_PROTOCOL_VERSION . (($rino) ? '&rino=1' : '');
+       $url = $contact['notify'] . '&dfrn_id=' . $idtosend . '&dfrn_version=' . DFRN_PROTOCOL_VERSION . (($rino) ? '&rino=1' : '');
 
        logger('dfrn_deliver: ' . $url);
 
@@ -905,8 +905,6 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0) {
 
        require_once('simplepie/simplepie.inc');
 
-       if(! $contact)
-               logger('consume feed: anonymous');
        $feed = new SimplePie();
        $feed->set_raw_data($xml);
        if($datedir)