forked from GNUsocial/gnu-social
Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.x
This commit is contained in:
commit
67e674773e
@ -123,11 +123,7 @@ class Rss10Action extends Action
|
||||
}
|
||||
|
||||
// Get the list of notices
|
||||
if (empty($this->tag)) {
|
||||
$this->notices = $this->getNotices($this->limit);
|
||||
} else {
|
||||
$this->notices = $this->getTaggedNotices($this->tag, $this->limit);
|
||||
}
|
||||
$this->notices = $this->getNotices($this->limit);
|
||||
$this->showRss();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user