diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-12-01 23:58:25 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-12-01 23:58:25 -0500 |
commit | 0464a1020242a6284b1eed644ca0f3ab5a55a4a0 (patch) | |
tree | e9f6d471617e94d31aa090a15c1498f4d4f469a5 /lib/rssaction.php | |
parent | 0498aa94ecf796d4e08518f2c5b3a4410437e079 (diff) |
remove init from rssaction
darcs-hash:20081202045825-5ed1f-5bbbf3954610442bdd123f720b1c85ec85c4449e.gz
Diffstat (limited to 'lib/rssaction.php')
-rw-r--r-- | lib/rssaction.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php index 13edce1b5..5a430282f 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -60,10 +60,6 @@ class Rss10Action extends Action { function show_rss($limit=0) { - if (!$this->init()) { - return; - } - $notices = $this->get_notices($limit); $this->init_rss(); |