summaryrefslogtreecommitdiffstats
path: root/core/Controller/OCSController.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/OCSController.php')
-rw-r--r--core/Controller/OCSController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/OCSController.php b/core/Controller/OCSController.php
index c785f1ff94a..13cc4d8ce2c 100644
--- a/core/Controller/OCSController.php
+++ b/core/Controller/OCSController.php
@@ -81,7 +81,7 @@ class OCSController extends \OCP\AppFramework\OCSController {
'minor' => $minor,
'micro' => $micro,
'string' => \OC_Util::getVersionString(),
- 'edition' => \OC_Util::getEditionString(),
+ 'edition' => '',
);
$result['capabilities'] = $this->capabilitiesManager->getCapabilities();