mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
api: fix catchupFeed
This commit is contained in:
@@ -392,7 +392,7 @@
|
||||
$feed_id = db_escape_string($_REQUEST["feed_id"]);
|
||||
$is_cat = db_escape_string($_REQUEST["category"]);
|
||||
|
||||
catchup_feed($link, $feed, $is_cat);
|
||||
catchup_feed($link, $feed_id, $is_cat);
|
||||
|
||||
print json_encode(array("status" => "OK"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user