зеркало из https://github.com/nextcloud/server.git
eddition string should be empty by default
This commit is contained in:
Родитель
6cfa016c39
Коммит
3c1308fb6d
|
@ -98,7 +98,7 @@ class OC_Util {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function getEditionString() {
|
public static function getEditionString() {
|
||||||
return 'Enteerprise';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Загрузка…
Ссылка в новой задаче