diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-07-01 10:22:05 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-01 10:48:26 +0200 |
commit | d8b3aee24eddcc66d1be1920bfb80f66491cc8e3 (patch) | |
tree | 72ce3f65c16e38f0bc42c6d7efdb76b885323017 | |
parent | d97d00fe0f6c944e13447161c32f781bea41aae8 (diff) | |
download | nextcloud-server-d8b3aee24eddcc66d1be1920bfb80f66491cc8e3.tar.gz nextcloud-server-d8b3aee24eddcc66d1be1920bfb80f66491cc8e3.zip |
set default logo claim to ''
-rw-r--r-- | lib/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/defaults.php b/lib/defaults.php index 215b148f946..fa2bc3a43aa 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -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)) { |