From: Andrew Dolgov Date: Sat, 30 Jul 2011 15:22:38 +0000 (+0400) Subject: fix 'view as rss' not working correctly for search results X-Git-Tag: 1.5.6~77 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9d9faf6dc2e9387a7bfe3040c36bc8bf9b87294e;p=tt-rss.git fix 'view as rss' not working correctly for search results --- diff --git a/functions.php b/functions.php index 699cfb93..6deeef46 100644 --- a/functions.php +++ b/functions.php @@ -4275,6 +4275,12 @@ if ($is_cat) $cat_q = "&is_cat=$is_cat"; + if ($search) { + $search_q = "&q=$search&m=$match_on&smode=$search_mode"; + } else { + $search_q = ""; + } + $rss_link = htmlspecialchars(get_self_url_prefix() . "/backend.php?op=rss&id=$feed_id$cat_q$search_q"); @@ -4323,12 +4329,6 @@ } } - if ($search) { - $search_q = "&q=$search&m=$match_on&smode=$search_mode"; - } else { - $search_q = ""; - } - $reply .= "