diff --git a/backend.php b/backend.php
index 2ffbea3d..bad5253c 100644
--- a/backend.php
+++ b/backend.php
@@ -2762,6 +2762,8 @@
if ($id == "quickAddFilter") {
+ $active_feed_id = db_escape_string($_GET["param"]);
+
print "
";
@@ -2772,7 +2774,7 @@
print "
";
// print "
Note: filter will only apply to new articles.
";
-
+
$result = db_query($link, "SELECT id,description
FROM ttrss_filter_types ORDER BY description");
@@ -2796,7 +2798,7 @@
print "";
print "
Feed: | ";
- print_feed_select($link, "feed_id");
+ print_feed_select($link, "feed_id", $active_feed_id);
print " |
";