mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:15:56 +00:00
code cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user