X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FFeed.php;h=9e44612717b5c62eaf78fc784845172270119a57;hb=e88781164a2e60c439c755d96a639ef2093a7305;hp=2be12f13e48ce8204c79e187c09e630f8ea9d189;hpb=15a857e4117a5e1e6e092709b3c07614934b09fb;p=friendica.git diff --git a/src/Module/Feed.php b/src/Module/Feed.php index 2be12f13e4..9e44612717 100644 --- a/src/Module/Feed.php +++ b/src/Module/Feed.php @@ -20,7 +20,7 @@ use Friendica\Protocol\OStatus; * * @brief Provides public Atom feeds * - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Feed extends BaseModule { @@ -54,7 +54,7 @@ class Feed extends BaseModule $nickname = $a->argv[1]; header("Content-type: application/atom+xml"); - echo OStatus::feed($nickname, $last_update, 10, $type, $nocache); + echo OStatus::feed($nickname, $last_update, 10, $type, $nocache, true); killme(); } }