Skip to content
Snippets Groups Projects
Commit d8b3aee2 authored by Björn Schießle's avatar Björn Schießle
Browse files

set default logo claim to ''

parent d97d00fe
No related branches found
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment