Skip to content
Snippets Groups Projects
Commit 423e6e55 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

api: fix catchupFeed

parent 2f0903a6
No related branches found
No related tags found
No related merge requests found
......@@ -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"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment