summaryrefslogtreecommitdiffstats
path: root/app/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/news.php')
-rw-r--r--app/news.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/news.php b/app/news.php
index aeb12f620..3658dac3c 100644
--- a/app/news.php
+++ b/app/news.php
@@ -263,7 +263,7 @@ class News extends App {
});
$container->registerService('Db', function($c) {
- return new Db($c['AppName']);
+ return new Db();
});
$container->registerService('Settings', function($c) {