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/poller.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/poller.php')
-rw-r--r-- | include/poller.php | 2 |
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 ; |