diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-07-03 17:10:17 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-04 10:12:07 +0200 |
commit | 3c1308fb6d378f11d58a483d2f1ad2aed221318f (patch) | |
tree | cabe5879d9f88f63dee5540bfd9390ca8a2b0b2e /lib/util.php | |
parent | 6cfa016c39cb2ea9d4eae8966518643bb4925014 (diff) | |
download | nextcloud-server-3c1308fb6d378f11d58a483d2f1ad2aed221318f.tar.gz nextcloud-server-3c1308fb6d378f11d58a483d2f1ad2aed221318f.zip |
eddition string should be empty by default
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ''; } /** |