diff options
author | Friendika <info@friendika.com> | 2011-03-30 04:20:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-30 04:20:40 -0700 |
commit | 04cd865cc94c1c3647beb567baf1bb64af269c4e (patch) | |
tree | 31d81f30eefda5a0dfb7e350ec275e9064fd538a /include/items.php | |
parent | f198c5cff8932bc1d42c34869afecec6dcab2f46 (diff) | |
download | volse-hubzilla-04cd865cc94c1c3647beb567baf1bb64af269c4e.tar.gz volse-hubzilla-04cd865cc94c1c3647beb567baf1bb64af269c4e.tar.bz2 volse-hubzilla-04cd865cc94c1c3647beb567baf1bb64af269c4e.zip |
placeholder arg in dfrn conversations
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 58fad9927..4a740e55b 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'] . '?f=&dfrn_id=' . $idtosend . '&dfrn_version=' . DFRN_PROTOCOL_VERSION . (($rino) ? '&rino=1' : ''); logger('dfrn_deliver: ' . $url); |