rollback removing init from rssaction
darcs-hash:20081203172856-5ed1f-78a27cd47a2b5733bd55d0acfd7c399c5818ba08.gz
This commit is contained in:
parent
f41e531737
commit
54df7dcbbd
@ -60,6 +60,10 @@ class Rss10Action extends Action {
|
||||
|
||||
function show_rss($limit=0) {
|
||||
|
||||
if (!$this->init()) {
|
||||
return;
|
||||
}
|
||||
|
||||
$notices = $this->get_notices($limit);
|
||||
|
||||
$this->init_rss();
|
||||
|
Loading…
Reference in New Issue
Block a user