eddition string should be empty by default
This commit is contained in:
parent
6cfa016c39
commit
3c1308fb6d
|
@ -98,7 +98,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getEditionString() {
|
||||
return 'Enteerprise';
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue