]> git.wh0rd.org - tt-rss.git/commitdiff
api: add updateFeed (2)
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 16 Dec 2009 13:49:12 +0000 (16:49 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 16 Dec 2009 13:49:12 +0000 (16:49 +0300)
api/index.php

index b4f96764cca056a1568cb1520bae2274ef0bb11d..d6389a741a0801e82cb483a53f4d9107b3d5c017 100644 (file)
                                update_rss_feed($link, $feed_url, $feed_id);
                        }
 
+                       print json_encode(array("status" => "OK"));
+
                        break;
 
                case "getPref":