From 3c1308fb6d378f11d58a483d2f1ad2aed221318f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= <schiessle@owncloud.com>
Date: Wed, 3 Jul 2013 17:10:17 +0200
Subject: [PATCH] eddition string should be empty by default

---
 lib/util.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 '';
 	}
 
 	/**
-- 
GitLab