aboutsummaryrefslogtreecommitdiff
path: root/www/rss.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-01-20 14:52:36 +0100
committerChristian Weiske <cweiske@cweiske.de>2012-01-20 14:52:36 +0100
commit728d642563be526d84921c73825f4087dcb1b044 (patch)
tree3b7a8d7db0c141bb7627b7948984d1a0d5bf36fc /www/rss.php
parent79d1e2de1097bb73b2cc1e7d0190a6c2bc05268d (diff)
downloadsemanticscuttle-728d642563be526d84921c73825f4087dcb1b044.tar.gz
semanticscuttle-728d642563be526d84921c73825f4087dcb1b044.tar.bz2
Part of bug #3463481: Add HTTP protocol to self URL in feed
Diffstat (limited to 'www/rss.php')
-rw-r--r--www/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rss.php b/www/rss.php
index d888726..46c0ffd 100644
--- a/www/rss.php
+++ b/www/rss.php
@@ -124,7 +124,7 @@ if ($cat) {
}
$tplVars['feedtitle'] = filter($GLOBALS['sitename'] . (isset($pagetitle) ? $pagetitle : ''));
-$tplVars['feedlink'] = ROOT;
+$tplVars['feedlink'] = addProtocolToUrl(ROOT);
$tplVars['feeddescription'] = sprintf(T_('Recent bookmarks posted to %s'), $GLOBALS['sitename']);
$bookmarks = $bookmarkservice->getBookmarks(