summaryrefslogtreecommitdiffstats
path: root/core/command/status.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/command/status.php')
-rw-r--r--core/command/status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/status.php b/core/command/status.php
index a65e985a9ec..2eb58525d3e 100644
--- a/core/command/status.php
+++ b/core/command/status.php
@@ -38,7 +38,7 @@ class Status extends Base {
protected function execute(InputInterface $input, OutputInterface $output) {
$values = array(
- 'installed' => (bool) \OC_Config::getValue('installed'),
+ 'installed' => (bool) \OC::$server->getConfig()->getSystemValue('installed', false),
'version' => implode('.', \OC_Util::getVersion()),
'versionstring' => \OC_Util::getVersionString(),
'edition' => \OC_Util::getEditionString(),