diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-07-03 14:21:51 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-04 10:11:16 +0200 |
commit | 3c691c9ec9b659897f4dda3769da7049c1ed23a9 (patch) | |
tree | 0f82fb63950245a312b0848b6200db81073f74a3 /lib/util.php | |
parent | d46e62886a2b22a4c80df8cca09fb6f354d48614 (diff) | |
download | nextcloud-server-3c691c9ec9b659897f4dda3769da7049c1ed23a9.tar.gz nextcloud-server-3c691c9ec9b659897f4dda3769da7049c1ed23a9.zip |
move to non-static OC_Defaults
Conflicts:
lib/mail.php
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 4bc02daf36e..4ec115c9028 100755 --- a/lib/util.php +++ b/lib/util.php @@ -98,7 +98,7 @@ class OC_Util { * @return string */ public static function getEditionString() { - return ''; + return 'Enteerprise'; } /** |