From a0293487633c9ebbe984995219738079a15d252e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 2 May 2014 21:47:09 +0200 Subject: proper ns for appconfig --- app/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/news.php b/app/news.php index 9bed18706..0aa824dc9 100644 --- a/app/news.php +++ b/app/news.php @@ -246,7 +246,7 @@ class News extends App { $container->registerService('AppConfig', function($c) { // not performant but well :/ // $config = $c->query('ServerContainer')->getAppConfig(); oc7 only - $config = OC_Appconfig; + $config = \OC_Appconfig; $installedApps = $config::getApps(); $apps = array(); foreach($installedApps as $app) { -- cgit v1.2.3