N°2750 - Regression: Fix default user profile image not shown in portal due to N°2060

This commit is contained in:
Molkobain
2020-02-06 10:06:18 +01:00
parent f3576cffb0
commit e96a8387a0
2 changed files with 7 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ services:
$bDebug: '%kernel.debug%'
$sPortalCachePath: '%kernel.cache_dir%/'
$sPortalId: '%env(string:PORTAL_ID)%'
$sCombodoPortalBaseAbsoluteUrl: '%env(string:COMBODO_PORTAL_BASE_ABSOLUTE_URL)%'
$aCombodoPortalInstanceConf: '%combodo.portal.instance.conf%'
$sCombodoPortalInstanceAbsoluteUrl: '%env(string:COMBODO_PORTAL_INSTANCE_ABSOLUTE_URL)%'