]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
change language dynamically - bound to F8 key
[friendica.git] / include / items.php
index 05165932183b8871bee966462d1f9794185bc326..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);