Browse Source

eddition string should be empty by default

remotes/origin/stable6
Björn Schießle 13 years ago
parent
commit
3c1308fb6d
  1. 2
      lib/util.php

2
lib/util.php

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

Loading…
Cancel
Save