placeholder arg in dfrn conversations

This commit is contained in:
Friendika 2011-03-30 04:20:40 -07:00
parent f198c5cff8
commit 04cd865cc9
4 changed files with 5 additions and 5 deletions

View file

@ -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 ;