Fix E_NOTICE and use of limit on userrss
This commit is contained in:
parent
85fb32a359
commit
ae4ade53a8
@ -72,7 +72,7 @@ class UserrssAction extends Rss10Action
|
||||
{
|
||||
$notice = $this->user->getNotices(
|
||||
0,
|
||||
($limit == 0) ? NOTICES_PER_PAGE : $limit
|
||||
($this->limit == 0) ? NOTICES_PER_PAGE : $this->limit
|
||||
);
|
||||
|
||||
$notices = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user