summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-07-03 17:10:17 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-07-04 10:12:07 +0200
commit3c1308fb6d378f11d58a483d2f1ad2aed221318f (patch)
treecabe5879d9f88f63dee5540bfd9390ca8a2b0b2e /lib/util.php
parent6cfa016c39cb2ea9d4eae8966518643bb4925014 (diff)
downloadnextcloud-server-3c1308fb6d378f11d58a483d2f1ad2aed221318f.tar.gz
nextcloud-server-3c1308fb6d378f11d58a483d2f1ad2aed221318f.zip
eddition string should be empty by default
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php2
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 '';
}
/**