Deprecate getEditionString()

This commit is contained in:
Joas Schilling
2016-09-06 14:11:30 +02:00
parent 836c938583
commit 7c0951244a
15 changed files with 17 additions and 71 deletions
+1 -1
View File
@@ -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);