Skip to content

Commit

Permalink
Fixing blog channel title and description rss keys in line with chang…
Browse files Browse the repository at this point in the history
…es in settings keys
  • Loading branch information
neilcrookes committed May 30, 2011
1 parent 4bddc91 commit a0012bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions View/BlogPosts/rss/index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ switch ($this->Blog->filtered()) {
$rssChannelLink['tag'] = $this->params['tag'];
break;
default:
$rssChannelTitle = $blogSettings['RSS Channel Title'];
$rssChannelDescription = $blogSettings['RSS Channel Description'];
$rssChannelTitle = $blogSettings['rss_channel_title'];
$rssChannelDescription = $blogSettings['rss_channel_description'];
break;
}

Expand Down

0 comments on commit a0012bf

Please sign in to comment.