set default logo claim to ''

This commit is contained in:
Björn Schießle 2013-07-01 10:22:05 +02:00
parent d97d00fe0f
commit d8b3aee24e
1 changed files with 1 additions and 1 deletions

View File

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