mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3928 - Polishing: Impact analysis
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user