Minor fix customLogo variable uninitialized

1.10.x
José Loguercio 9 years ago
parent 5c22eb31da
commit 5105b7369a
  1. 2
      main/inc/lib/banner.lib.php

@ -153,7 +153,7 @@ function return_logo($theme)
$html = '';
$logoBase = api_get_path(SYS_CSS_PATH).'themes/'.$theme.'/images/header-logo.';
$customLogoBase = api_get_path(SYS_PUBLIC_PATH).'css/themes/'.$theme.'/images/header-logo-custom.';
$customLogo = '';
$siteName = api_get_setting('siteName');
$attributes = array(
'title' => $siteName,

Loading…
Cancel
Save