aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-30 15:04:18 -0700
committerFriendika <info@friendika.com>2011-03-30 15:04:18 -0700
commit0fe997490df7fbd3d108c8da931e4823b0a4b2d9 (patch)
tree0a090d97988e9ebf7899c8ff9fd780b0234be8e2 /include/items.php
parentf5d782f5c5750fcc3d8fffb87abdc698ccea1155 (diff)
downloadvolse-hubzilla-0fe997490df7fbd3d108c8da931e4823b0a4b2d9.tar.gz
volse-hubzilla-0fe997490df7fbd3d108c8da931e4823b0a4b2d9.tar.bz2
volse-hubzilla-0fe997490df7fbd3d108c8da931e4823b0a4b2d9.zip
dfrn remote profile protocol revision
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);