]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
change language dynamically - bound to F8 key
[friendica.git] / include / poller.php
index 98c55a2a9249a345b396d7d42d18301cfbe35fdb..8619697d9661d3697f1f20e5ed00d0b7e013208b 100644 (file)
@@ -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 ;