]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/OnePoll.php
Replace x() by isset(), !empty() or defaults()
[friendica.git] / src / Worker / OnePoll.php
index 22fbf700a2d49f36a364b056cbb251f9649571eb..f254596720fb56aa1757b4ab64935fbf520b937d 100644 (file)
@@ -201,7 +201,7 @@ class OnePoll
                        $url = $contact['poll'] . '?dfrn_id=' . $idtosend
                                . '&dfrn_version=' . DFRN_PROTOCOL_VERSION
                                . '&type=data&last_update=' . $last_update
-                               . '&perm=' . $perm ;
+                               . '&perm=' . $perm;
 
                        $curlResult = Network::curl($url);