summaryrefslogtreecommitdiffstats
path: root/app/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/news.php')
-rw-r--r--app/news.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/news.php b/app/news.php
index 18891f2c8..259163904 100644
--- a/app/news.php
+++ b/app/news.php
@@ -361,7 +361,8 @@ class News extends App {
$container->registerService('FaviconFetcher', function($c) {
return new FaviconFetcher(
- $c->query('SimplePieAPIFactory')
+ $c->query('SimplePieAPIFactory'),
+ $c->query('Config')
);
});