eddition string should be empty by default

This commit is contained in:
Björn Schießle 2013-07-03 17:10:17 +02:00
parent 6cfa016c39
commit 3c1308fb6d
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class OC_Util {
* @return string
*/
public static function getEditionString() {
return 'Enteerprise';
return '';
}
/**