summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
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":