mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
MINOR: Make use of Link()'s parameter
This commit is contained in:
parent
e2f088e1e8
commit
db45cb9b49
@ -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"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user