summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index c69a8ff57..9a1a4d713 100644
--- a/backend.php
+++ b/backend.php
@@ -162,7 +162,6 @@
case "feeds":
$print_exec_time = true;
- $tags = $_REQUEST["tags"];
$subop = $_REQUEST["subop"];
@@ -207,7 +206,7 @@
}
- print json_encode(outputFeedList($link, $tags));
+ print json_encode(outputFeedList($link));
break; // feeds