N°3928 - Polishing: Impact analysis

This commit is contained in:
acognet
2021-10-18 11:15:02 +02:00
parent 54c89dcbb5
commit 1d28bbe3f4

View File

@@ -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);
}
/**