]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / Feed.php
index 94908abe21afed4d7b0c2e97fa8f77ffc043aac8..6470ab5c373b8c9e402e35c153dec0a4dac6d8e8 100644 (file)
@@ -68,7 +68,7 @@ class Feed extends BaseModule
                }
 
                header("Content-type: application/atom+xml; charset=utf-8");
-               echo ProtocolFeed::atom(static::$parameters['nickname'], $last_update, 10, $type, $nocache, true);
+               echo ProtocolFeed::atom($this->parameters['nickname'], $last_update, 10, $type, $nocache, true);
                exit();
        }
 }