diff options
Diffstat (limited to 'bookmarks.php')
-rw-r--r-- | bookmarks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bookmarks.php b/bookmarks.php index 61e2aac..232249f 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -202,7 +202,7 @@ if ($templatename == 'editbookmark.tpl') { // Set template vars $tplVars['rsschannels'] = array( - array(filter($sitename .': '. $pagetitle), createURL('rss', filter($user, 'url') . $rssCat)) + array(filter($sitename .': '. $pagetitle), createURL('rss', filter($user, 'url') . $rssCat.'?sort='.getSortOrder())) ); $tplVars['page'] = $page; |