diff --git a/sources/application/Branding.php b/sources/application/Branding.php index 2de921644..d488dbba1 100644 --- a/sources/application/Branding.php +++ b/sources/application/Branding.php @@ -105,8 +105,9 @@ class Branding */ public static function GetLogoRelativePath($sType = self::DEFAULT_LOGO_TYPE) { - $sPath =APPROOT.'env-'.utils::GetCurrentEnvironment().'/'; - return self::GetLogoPath($sType, $sPath); + $sPath = APPROOT.'env-'.utils::GetCurrentEnvironment().'/'; + + return self::GetLogoPath($sType, APPROOT, $sPath); } /**