set default logo claim to ''
This commit is contained in:
parent
d97d00fe0f
commit
d8b3aee24e
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue