Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
This commit is contained in:
commit
8dda28d374
@ -72,7 +72,7 @@ class UserrssAction extends Rss10Action
|
|||||||
{
|
{
|
||||||
$notice = $this->user->getNotices(
|
$notice = $this->user->getNotices(
|
||||||
0,
|
0,
|
||||||
($limit == 0) ? NOTICES_PER_PAGE : $limit
|
($this->limit == 0) ? NOTICES_PER_PAGE : $this->limit
|
||||||
);
|
);
|
||||||
|
|
||||||
$notices = array();
|
$notices = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user