set default logo claim to ''

remotes/origin/stable6
Björn Schießle 13 years ago
parent d97d00fe0f
commit d8b3aee24e
  1. 2
      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)) {

Loading…
Cancel
Save