mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
eddition string should be empty by default
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ class OC_Util {
|
||||
* @return string
|
||||
*/
|
||||
public static function getEditionString() {
|
||||
return 'Enteerprise';
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user