Skip to content

Commit

Permalink
Assing titleLink variable to template. Fixes fabarea#11.
Browse files Browse the repository at this point in the history
  • Loading branch information
chesio committed Jul 14, 2017
1 parent 180533c commit 46346d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Controller/FeedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public function showAction()
$feed = $this->getSimplePie($this->settings['feedUrl']);

$this->view->assign('title', $feed->get_title());
$this->view->assign('titleLink', $feed->get_link());
$this->view->assign('items', $feed->get_items(0, $this->settings['numberOfItems']));
$this->view->assign('settings', $this->settings);
$result = $this->view->render();
Expand Down

0 comments on commit 46346d0

Please sign in to comment.