aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-04-04 09:31:12 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-04-04 09:31:12 +0200
commit92156cd8403fa1521ecf3c3f9ed3823c03c73dcd (patch)
tree38e7b6573c7162254e56dddcaa1543361ead1dbc /include/items.php
parentb48e82d12ab3d5ea07f9e8410aacb9c3ae842539 (diff)
parent9b50b0e16f2046b91cb4c734c56024524d8b178b (diff)
downloadvolse-hubzilla-92156cd8403fa1521ecf3c3f9ed3823c03c73dcd.tar.gz
volse-hubzilla-92156cd8403fa1521ecf3c3f9ed3823c03c73dcd.tar.bz2
volse-hubzilla-92156cd8403fa1521ecf3c3f9ed3823c03c73dcd.zip
Merge remote-tracking branch 'friendika-master/master' into iconpopup
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 4a740e55b..58fad9927 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'] . '?f=&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);