]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
backend/rss: always use secret key to get uid when it is available instead of default...
[tt-rss.git] / functions.php
index 84738ddb8db2cc8e065cee66185f4ddae84e65c0..3928b2a348d87179469ae7e31bbbfc605562f48c 100644 (file)
                                "</option>";
 
                        $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 "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";