diff options
author | Zach Copley <zach@status.net> | 2009-09-24 15:10:55 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-09-24 15:10:55 -0700 |
commit | e566219299b339fb649eb8a21bd37e8c93844375 (patch) | |
tree | 803b3e95e3ab72608fadb3671b83415667157640 /actions/grouprss.php | |
parent | 93b7e601156d88399b57ef9cd2962a22350270a8 (diff) |
Output If-Modified-Since header for all RSS 1.0 feeds (again)
Diffstat (limited to 'actions/grouprss.php')
-rw-r--r-- | actions/grouprss.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/grouprss.php b/actions/grouprss.php index 70c1ded48..6a6b55e78 100644 --- a/actions/grouprss.php +++ b/actions/grouprss.php @@ -104,6 +104,7 @@ class groupRssAction extends Rss10Action return false; } + $this->notices = $this->getNotices($this->limit); return true; } |