No limit argument to Rss10Action->getNotices() (use $this->limit)

This commit is contained in:
Mikael Nordfeldth 2015-07-11 11:09:16 +02:00
parent 2a1be57470
commit 9101a1db3d

View File

@ -107,7 +107,7 @@ class Rss10Action extends ManagedAction
* @return array an array of Notice objects sorted in reverse chron
*/
protected function getNotices($limit=0)
protected function getNotices()
{
return array();
}