aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-30 04:20:40 -0700
committerFriendika <info@friendika.com>2011-03-30 04:20:40 -0700
commit04cd865cc94c1c3647beb567baf1bb64af269c4e (patch)
tree31d81f30eefda5a0dfb7e350ec275e9064fd538a /include/poller.php
parentf198c5cff8932bc1d42c34869afecec6dcab2f46 (diff)
downloadvolse-hubzilla-04cd865cc94c1c3647beb567baf1bb64af269c4e.tar.gz
volse-hubzilla-04cd865cc94c1c3647beb567baf1bb64af269c4e.tar.bz2
volse-hubzilla-04cd865cc94c1c3647beb567baf1bb64af269c4e.zip
placeholder arg in dfrn conversations
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index 8619697d9..98c55a2a9 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -167,7 +167,7 @@ function poller_run($argv, $argc){
if(intval($contact['duplex']) && $contact['issued-id'])
$idtosend = '1:' . $orig_id;
- $url = $contact['poll'] . '?dfrn_id=' . $idtosend
+ $url = $contact['poll'] . '?f=&dfrn_id=' . $idtosend
. '&dfrn_version=' . DFRN_PROTOCOL_VERSION
. '&type=data&last_update=' . $last_update ;