From 080126b59f74b5cf917da93872f3cbbdaeb1581e Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Mon, 16 May 2022 17:17:05 +0200 Subject: [PATCH] Fix css personalizzato --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 7c9cadc1e..92f11460d 100755 --- a/index.php +++ b/index.php @@ -188,7 +188,7 @@ echo ' required> }); '; -$custom_css = html_entity_decode(setting('CSS Personalizzato')); +$custom_css = $dbo->isInstalled() ? html_entity_decode(setting('CSS Personalizzato')) : ''; if (!empty($custom_css)) { echo ' ';