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 16:21:51 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-07-04 12:11:16 +0400
commit3c691c9ec9b659897f4dda3769da7049c1ed23a9 (patch)
tree0f82fb63950245a312b0848b6200db81073f74a3 /lib/util.php
parentd46e62886a2b22a4c80df8cca09fb6f354d48614 (diff)
move to non-static OC_Defaults
Conflicts: lib/mail.php
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 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';
}
/**