Fix #15675 fixed the error of installation start of version 13.0.0-beta

this patch fixed the problem but nevertheless does not pass the test because at the time of installation the variable $conf->theme is null
This commit is contained in:
Zebedeu
2020-12-06 07:58:46 +01:00
parent 50b80785f5
commit dadb257c85

View File

@@ -3191,9 +3191,8 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
// We forge fullpathpicto for image to $path/img/$picto. By default, we take DOL_URL_ROOT/theme/$conf->theme/img/$picto
$url = DOL_URL_ROOT;
$theme = $conf->theme;
$theme = isset($conf->theme) ? $conf->theme : null;
$path = 'theme/'.$theme;
// Define fullpathpicto to use into src
if ($pictoisfullpath) {
// Clean parameters