Fix RSS Feeds
feed() still calls getAll() which was renamed to getProject() in 286b193566
This commit is contained in:
parent
378428cf2b
commit
541416a223
|
|
@ -364,7 +364,7 @@ class Project extends Base
|
|||
}
|
||||
|
||||
$this->response->xml($this->template->load('project_feed', array(
|
||||
'events' => $this->projectActivity->getAll($project['id']),
|
||||
'events' => $this->projectActivity->getProject($project['id']),
|
||||
'project' => $project,
|
||||
)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue