summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/news.php2
1 files changed, 1 insertions, 1 deletions
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) {