Skip to content

Commit aa83c1f

Browse files
committed
Merge remote-tracking branch 'origin/1.10.x' into 1.10.x
2 parents 78fdb81 + 1437f1f commit aa83c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/banner.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function return_logo($theme)
153153
$html = '';
154154
$logoBase = api_get_path(SYS_CSS_PATH).'themes/'.$theme.'/images/header-logo.';
155155
$customLogoBase = api_get_path(SYS_PUBLIC_PATH).'css/themes/'.$theme.'/images/header-logo-custom.';
156-
156+
$customLogo = '';
157157
$siteName = api_get_setting('siteName');
158158
$attributes = array(
159159
'title' => $siteName,

0 commit comments

Comments
 (0)