summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-10 19:15:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-10 19:15:31 +0200
commit5befce51ef9f38609b713cfbc6095a3b60b1d574 (patch)
tree0bbe540c109afa83086ed7ad43adb8a215e54633 /app
parentdb545b430a513e7fda3fba5859972b6c550958b5 (diff)
add proxy support based on simplepie pr, fix #491
Diffstat (limited to 'app')
-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')
);
});