X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fitems.php;h=58fad99272a62dcb496b1cd9e7f3d0cdde01cad8;hb=08032e04536e67dbf488654a0142350690154c57;hp=05165932183b8871bee966462d1f9794185bc326;hpb=6b37e6d48d8d7a313d2eb88155752241c6c930d5;p=friendica.git diff --git a/include/items.php b/include/items.php index 0516593218..58fad99272 100644 --- a/include/items.php +++ b/include/items.php @@ -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);