MINOR: Make use of Link()'s parameter

This commit is contained in:
phalkunz 2011-01-21 15:48:47 +13:00
parent e2f088e1e8
commit db45cb9b49
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class BlogTree_Controller extends Page_Controller {
* This will create a <link> tag point to the RSS feed
*/
function IncludeBlogRSS() {
RSSFeed::linkToFeed($this->Link() . "rss", _t('BlogHolder.RSSFEED',"RSS feed of these blogs"));
RSSFeed::linkToFeed($this->Link('rss'), _t('BlogHolder.RSSFEED',"RSS feed of these blogs"));
}
/**