aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.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/poller.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/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 98c55a2a9..8619697d9 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'] . '?f=&dfrn_id=' . $idtosend
+ $url = $contact['poll'] . '?dfrn_id=' . $idtosend
. '&dfrn_version=' . DFRN_PROTOCOL_VERSION
. '&type=data&last_update=' . $last_update ;