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 2eb58525d3e..c2a28ff822f 100644
--- a/core/command/status.php
+++ b/core/command/status.php
@@ -39,7 +39,7 @@ class Status extends Base {
protected function execute(InputInterface $input, OutputInterface $output) {
$values = array(
'installed' => (bool) \OC::$server->getConfig()->getSystemValue('installed', false),
- 'version' => implode('.', \OC_Util::getVersion()),
+ 'version' => implode('.', \OCP\Util::getVersion()),
'versionstring' => \OC_Util::getVersionString(),
'edition' => \OC_Util::getEditionString(),
);