eddition string should be empty by default

remotes/origin/stable6
Björn Schießle 2013-07-03 17:10:17 +07:00
parent 6cfa016c39
commit 3c1308fb6d
1 changed files with 1 additions and 1 deletions

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