mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
eddition string should be empty by default
This commit is contained in:
parent
6cfa016c39
commit
3c1308fb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class OC_Util {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function getEditionString() {
|
public static function getEditionString() {
|
||||||
return 'Enteerprise';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue