1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:05:56 +00:00

api: add updateFeed (2)

This commit is contained in:
Andrew Dolgov
2009-12-16 16:49:12 +03:00
parent cc3744354b
commit c45ffc0c06

View File

@@ -353,6 +353,8 @@
update_rss_feed($link, $feed_url, $feed_id); update_rss_feed($link, $feed_url, $feed_id);
} }
print json_encode(array("status" => "OK"));
break; break;
case "getPref": case "getPref":