From 728d642563be526d84921c73825f4087dcb1b044 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 20 Jan 2012 14:52:36 +0100 Subject: Part of bug #3463481: Add HTTP protocol to self URL in feed --- www/rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') 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( -- cgit v1.2.3