From 8697fda78b18588e87cc3e974cc1d81ba4bbb920 Mon Sep 17 00:00:00 2001 From: Zebedeu Date: Sun, 6 Dec 2020 07:22:06 +0100 Subject: [PATCH] fix | 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 --- htdocs/core/lib/functions.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 890c16627aa..b7ea582702a 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -3191,7 +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