summaryrefslogtreecommitdiffstats
path: root/ajax
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-14 15:52:27 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-14 15:52:27 +0200
commitd6e5a8f02c7481e214a4a2ee7c6d7a9b7e3a2b45 (patch)
tree069618016519d8eefcb5254233fd7c35f76ba87a /ajax
parent0c73f5cf321274e7f99f2ed86cb60c2c6a6a1451 (diff)
reload feed on filter change
Diffstat (limited to 'ajax')
-rw-r--r--ajax/usersettings.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/ajax/usersettings.php b/ajax/usersettings.php
index f9657f4a9..c01e8e35d 100644
--- a/ajax/usersettings.php
+++ b/ajax/usersettings.php
@@ -15,4 +15,7 @@ OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('news');
OCP\JSON::callCheck();
-// TODO: receive and save user settings \ No newline at end of file
+// TODO: receive and save user settings
+
+
+OCP\JSON::success(); \ No newline at end of file