From: Andrew Dolgov Date: Wed, 16 Dec 2009 13:49:12 +0000 (+0300) Subject: api: add updateFeed (2) X-Git-Tag: 1.4.0~180 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c45ffc0c06a5af0ef52e6668188b00088e8616b2;p=tt-rss.git api: add updateFeed (2) --- diff --git a/api/index.php b/api/index.php index b4f96764..d6389a74 100644 --- a/api/index.php +++ b/api/index.php @@ -353,6 +353,8 @@ update_rss_feed($link, $feed_url, $feed_id); } + print json_encode(array("status" => "OK")); + break; case "getPref":