]> source.dussan.org Git - nextcloud-server.git/commitdiff
eddition string should be empty by default
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 3 Jul 2013 15:10:17 +0000 (17:10 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 4 Jul 2013 08:12:07 +0000 (10:12 +0200)
lib/util.php

index 4ec115c9028e5721d692e75f4898e3a27c0219f4..4bc02daf36e9103aace5bd28fbac8aed5f5c3c64 100755 (executable)
@@ -98,7 +98,7 @@ class OC_Util {
         * @return string
         */
        public static function getEditionString() {
-               return 'Enteerprise';
+               return '';
        }
 
        /**