aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-10 23:00:40 -0800
committerredmatrix <git@macgirvin.com>2016-02-10 23:00:40 -0800
commita26d1794fea354c9c90570c6cdbdceb733d47e13 (patch)
tree8c0add73c7cbbc540d1f3dc4c3afb826fe71f625 /mod
parent06a1258a9a86093770b9342442f2ada95a788cdd (diff)
downloadvolse-hubzilla-a26d1794fea354c9c90570c6cdbdceb733d47e13.tar.gz
volse-hubzilla-a26d1794fea354c9c90570c6cdbdceb733d47e13.tar.bz2
volse-hubzilla-a26d1794fea354c9c90570c6cdbdceb733d47e13.zip
feed dates weren't being honoured. When that was fixed they turned out to be reversed.
Diffstat (limited to 'mod')
-rw-r--r--mod/feed.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/feed.php b/mod/feed.php
index eb72af9cf..087d3f827 100644
--- a/mod/feed.php
+++ b/mod/feed.php
@@ -31,7 +31,9 @@ function feed_init(&$a) {
killme();
logger('mod_feed: public feed request from ' . $_SERVER['REMOTE_ADDR'] . ' for ' . $channel['channel_address']);
+
echo get_public_feed($channel,$params);
+
killme();
}