Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-07-03 19:10:17 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-07-04 12:12:07 +0400
commit3c1308fb6d378f11d58a483d2f1ad2aed221318f (patch)
treecabe5879d9f88f63dee5540bfd9390ca8a2b0b2e /lib/util.php
parent6cfa016c39cb2ea9d4eae8966518643bb4925014 (diff)
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 '';
}
/**