Update Blog.php

Re-created change to Blog.php. Follow up on #32
This commit is contained in:
mschilder 2014-10-02 11:19:13 +02:00
parent cceb1d7e3a
commit 8e7c67a619
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ class Blog_Controller extends Page_Controller {
**/
public function rss() {
$rss = new RSSFeed($this->getBlogPosts(), $this->Link(), $this->MetaTitle, $this->MetaDescription);
$this->extend('updateRss', $rss);
return $rss->outputToBrowser();
}