No need to pass in $this->limit and $this-tag
This commit is contained in:
parent
4ada86560c
commit
773626aac4
|
@ -41,9 +41,9 @@ class UserrssAction extends Rss10Action
|
|||
return false;
|
||||
} else {
|
||||
if (!empty($this->tag)) {
|
||||
$this->notices = $this->getTaggedNotices($this->tag, $this->limit);
|
||||
$this->notices = $this->getTaggedNotices();
|
||||
} else {
|
||||
$this->notices = $this->getNotices($this->limit);
|
||||
$this->notices = $this->getNotices();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user