summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-02 15:46:37 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-02 15:46:37 +0200
commit01e4a7a82429079a222972c907d02f9eb04a9e93 (patch)
tree6bad731bcd687f4686f6b4f0b8802bb7738f2f24 /external
parent479d5e2e377e9c5daaea3359f84b563ac3ca5825 (diff)
fix updater cleanup route
Diffstat (limited to 'external')
-rw-r--r--external/newsapi.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/newsapi.php b/external/newsapi.php
index c5fd5e567..f0f49f9da 100644
--- a/external/newsapi.php
+++ b/external/newsapi.php
@@ -67,6 +67,7 @@ class NewsAPI extends Controller {
*/
public function cleanUp() {
$this->updater->cleanUp();
+ return new JSONResponse();
}