From c45ffc0c06a5af0ef52e6668188b00088e8616b2 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@bah.org.ru>
Date: Wed, 16 Dec 2009 16:49:12 +0300
Subject: [PATCH] api: add updateFeed (2)

---
 api/index.php | 2 ++
 1 file changed, 2 insertions(+)

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":
-- 
GitLab