Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-06 15:11:30 +0300
committerJoas Schilling <coding@schilljs.com>2016-09-06 17:05:28 +0300
commit7c0951244a176e0b42d2d66a4288d74460821a8c (patch)
tree3324f36c7f0f7b5a8a85cc8f3ab910af46b3b2f8 /status.php
parent836c938583a2709adb21cdaafb3f000e8c77a086 (diff)
Deprecate getEditionString()
Diffstat (limited to 'status.php')
-rw-r--r--status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.php b/status.php
index ed7287cb317..e0db479d3e4 100644
--- a/status.php
+++ b/status.php
@@ -43,7 +43,7 @@ try {
'maintenance' => $maintenance,
'version'=>implode('.', \OCP\Util::getVersion()),
'versionstring'=>OC_Util::getVersionString(),
- 'edition'=> $installed ? OC_Util::getEditionString() : '',
+ 'edition'=> '',
'productname'=>$defaults->getName());
if (OC::$CLI) {
print_r($values);