From 1d28bbe3f4e8467dc8f5459f638bed79526022bc Mon Sep 17 00:00:00 2001 From: acognet Date: Mon, 18 Oct 2021 11:15:02 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03928=20-=20Polishing:=20Impact=20analysi?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/application/Branding.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); } /**