summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-16 16:49:12 +0300
committerAndrew Dolgov <[email protected]>2009-12-16 16:49:12 +0300
commitc45ffc0c06a5af0ef52e6668188b00088e8616b2 (patch)
tree6383ff7139ed9ddfb24c929734cf99c84b77ad62 /api
parentcc3744354b70a2ee3c152a277b2ae649d0cf565e (diff)
api: add updateFeed (2)
Diffstat (limited to 'api')
-rw-r--r--api/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/index.php b/api/index.php
index b4f96764c..d6389a741 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":