]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
Move System::httpError to BaseModule->httpError
[friendica.git] / src / Module / Feed.php
index 6d291198dcd09627e6fa60e984350c22ef38bc1b..b9d573979a721430eec0467b725635c5b0efb8b7 100644 (file)
@@ -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);
        }
 }