From 476edbbb5fd868fc6b564617be606b7fe71ceca8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 27 Dec 2010 16:47:33 +0300 Subject: backend/rss: always use secret key to get uid when it is available instead of defaulting to session information; fix published url syntax being incorrect (closes #287) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 84738ddb8..3928b2a34 100644 --- a/functions.php +++ b/functions.php @@ -4093,7 +4093,7 @@ ""; $rss_link = htmlspecialchars(get_self_url_prefix() . - "/backend.php?op=rss&id=$feed_id&is_cat=$is_cat$view_mode$search_q"); + "/backend.php?op=rss&id=$feed_id&is_cat=$is_cat&view_mode=$view_mode$search_q"); print ""; -- cgit v1.2.3-54-g00ecf