diff --git a/sources/application/Branding.php b/sources/application/Branding.php index 6b9a24fbd6..3998f5f447 100644 --- a/sources/application/Branding.php +++ b/sources/application/Branding.php @@ -75,7 +75,7 @@ class Branding } } - return $sLinkPath.$sDefaultLogoPath.'?t='.utils::GetCacheBusterTimestamp(); + return utils::GetAbsoluteUrlAppRoot().$sDefaultLogoPath.'?t='.utils::GetCacheBusterTimestamp(); } /**