X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_poll.php;h=ab6637607e564b2d71eb2ba1353b6944a6216c65;hb=93a11cf8399bf45e200e408a2c99ccc6e5dd5f2a;hp=658a248c62fe091f7ce3a2d376cc3dae7934f9a9;hpb=74ed37aa87417c6fa1bd0e04ab9981dc802916f7;p=friendica.git diff --git a/mod/dfrn_poll.php b/mod/dfrn_poll.php index 658a248c62..ab6637607e 100644 --- a/mod/dfrn_poll.php +++ b/mod/dfrn_poll.php @@ -44,7 +44,7 @@ function dfrn_poll_init(&$a) { logger('dfrn_poll: public feed request from ' . $_SERVER['REMOTE_ADDR'] . ' for ' . $user); header("Content-type: application/atom+xml"); - echo dfrn_feed($a, '', $user,$last_update); + echo dfrn::feed('', $user,$last_update); killme(); } @@ -371,7 +371,7 @@ function dfrn_poll_post(&$a) { } header("Content-type: application/atom+xml"); - $o = dfrn_feed($a,$dfrn_id, $a->argv[1], $last_update, $direction); + $o = dfrn::feed($dfrn_id, $a->argv[1], $last_update, $direction); echo $o; killme();