aboutsummaryrefslogtreecommitdiff
path: root/www/rss.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-01-20 15:03:29 +0100
committerChristian Weiske <cweiske@cweiske.de>2012-01-20 15:03:29 +0100
commitf8b7d0243ca17506aeda80f2f0e3608b382da6aa (patch)
treef9377ef57f84eab03b098e59174e4fbd8b60813a /www/rss.php
parent87f495d31b8f40375a6a1bf05a6d2bc9860029c3 (diff)
downloadsemanticscuttle-f8b7d0243ca17506aeda80f2f0e3608b382da6aa.tar.gz
semanticscuttle-f8b7d0243ca17506aeda80f2f0e3608b382da6aa.tar.bz2
Fully fix bug #3463481: use proper self URL, different page url
Diffstat (limited to 'www/rss.php')
-rw-r--r--www/rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rss.php b/www/rss.php
index 3628a2e..1f88944 100644
--- a/www/rss.php
+++ b/www/rss.php
@@ -124,7 +124,8 @@ if ($cat) {
}
$tplVars['feedtitle'] = filter($GLOBALS['sitename'] . (isset($pagetitle) ? $pagetitle : ''));
-$tplVars['feedlink'] = addProtocolToUrl(ROOT);
+$tplVars['pagelink'] = addProtocolToUrl(ROOT);
+$tplVars['feedlink'] = addProtocolToUrl(ROOT) . 'rss?sort=' . getSortOrder();
$tplVars['feeddescription'] = sprintf(T_('Recent bookmarks posted to %s'), $GLOBALS['sitename']);
$bookmarks = $bookmarkservice->getBookmarks(