summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/news.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/news.php b/app/news.php
index 0935d476a..85324493e 100644
--- a/app/news.php
+++ b/app/news.php
@@ -237,7 +237,7 @@ class News extends App {
*/
$container->registerService('API', function($c){
return new API(
- $c->query('news')
+ $c->query('AppName')
);
});