From: Björn Schießle Date: Wed, 3 Jul 2013 15:10:17 +0000 (+0200) Subject: eddition string should be empty by default X-Git-Tag: v6.0.0alpha2~527 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c1308f;p=nextcloud-server.git eddition string should be empty by default --- diff --git a/lib/util.php b/lib/util.php index 4ec115c9028..4bc02daf36e 100755 --- a/lib/util.php +++ b/lib/util.php @@ -98,7 +98,7 @@ class OC_Util { * @return string */ public static function getEditionString() { - return 'Enteerprise'; + return ''; } /**