From 45d81beb6cc66e720e2983fc29d1a0a82d8bf9c1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 2 Apr 2013 10:41:01 +0200 Subject: put getUrlContent into api --- dependencyinjection/dicontainer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dependencyinjection') diff --git a/dependencyinjection/dicontainer.php b/dependencyinjection/dicontainer.php index efbd28252..4350ac276 100644 --- a/dependencyinjection/dicontainer.php +++ b/dependencyinjection/dicontainer.php @@ -126,7 +126,7 @@ class DIContainer extends BaseContainer { * Utility */ $this['FeedFetcher'] = $this->share(function($c){ - return new FeedFetcher(); + return new FeedFetcher($c['API']); }); $this['StatusFlag'] = $this->share(function($c){ -- cgit v1.2.3