]> 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:48:26 +0000 (10:48 +0200)
lib/defaults.php

index 215b148f946cd99e1591e77cfaf0b8e0a67d543c..fa2bc3a43aaf5455e8e4e5820a4a6bb0414e1d96 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 function themeExist($method) {
                if (OC_Util::getTheme() !== '' && method_exists('OC_Theme', $method)) {