]> source.dussan.org Git - nextcloud-server.git/commitdiff
set default logo claim to ''
authorBjörn Schießle <schiessle@owncloud.com>
Mon, 1 Jul 2013 08:22:05 +0000 (10:22 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Mon, 1 Jul 2013 08:22:05 +0000 (10:22 +0200)
lib/defaults.php

index e674883fba56e0601e05afa29a25d679fb64fd78..08bf6be43a34d3a2365c7f94410c0078487fc0aa 100644 (file)
@@ -17,7 +17,7 @@ class OC_Defaults {
        private static $defaultSyncClientUrl = " http://owncloud.org/sync-clients/";
        private static $defaultDocBaseUrl = "http://doc.owncloud.org";
        private static $defaultSlogan = "web services under your control";
-       private static $defaultLogoClaim = "ownCloud Community";
+       private static $defaultLogoClaim = "";
 
        private static function themeExist($method) {
                if (OC_Util::getTheme() !== '' && method_exists('OC_Theme', $method)) {