No limit argument to Rss10Action->getNotices() (use $this->limit)
This commit is contained in:
parent
2a1be57470
commit
9101a1db3d
|
@ -107,7 +107,7 @@ class Rss10Action extends ManagedAction
|
||||||
* @return array an array of Notice objects sorted in reverse chron
|
* @return array an array of Notice objects sorted in reverse chron
|
||||||
*/
|
*/
|
||||||
|
|
||||||
protected function getNotices($limit=0)
|
protected function getNotices()
|
||||||
{
|
{
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user