diff options
author | Friendika <info@friendika.com> | 2011-03-30 15:04:18 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-30 15:04:18 -0700 |
commit | 0fe997490df7fbd3d108c8da931e4823b0a4b2d9 (patch) | |
tree | 0a090d97988e9ebf7899c8ff9fd780b0234be8e2 /include/items.php | |
parent | f5d782f5c5750fcc3d8fffb87abdc698ccea1155 (diff) | |
download | volse-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.php | 2 |
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); |