]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
Changes:
[friendica.git] / src / Module / Feed.php
index 6d291198dcd09627e6fa60e984350c22ef38bc1b..266b38c9f91afa6403d687cb04a73561d9a812cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -71,6 +71,6 @@ class Feed extends BaseModule
 
                $feed = ProtocolFeed::atom($owner, $last_update, 10, $type);
 
-               System::httpExit($feed, Response::TYPE_ATOM);
+               $this->httpExit($feed, Response::TYPE_ATOM);
        }
 }