From 04d7d834f3192ea5b652f59a01bc80ac1ae961f0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 May 2014 22:27:00 +0200 Subject: add annotations to entities --- config/appconfig.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/appconfig.php b/config/appconfig.php index 0b82701b8..b42301209 100644 --- a/config/appconfig.php +++ b/config/appconfig.php @@ -24,7 +24,7 @@ use OCP\IURLGenerator; // Used to parse app.json file, should be in core at some point class AppConfig { - private $config = array(); + private $config; private $navigationManager; private $urlGenerator; private $phpVersion; @@ -32,6 +32,7 @@ class AppConfig { private $installedApps; private $installedExtensions; private $databaseType; + private $l10n; /** * TODO: External deps that are needed: @@ -54,6 +55,7 @@ class AppConfig { $this->installedApps = $installedApps; $this->installedExtensions = $installedExtensions; $this->databaseType = $databaseType; + $this->config = array(); } -- cgit v1.2.3