Merge pull-request #331 (RSS feed fix)

This commit is contained in:
Frédéric Guillot 2014-10-19 09:22:29 -04:00
commit 8e3ecd6122
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)));
}