From 7bfef435f5bf7520434141a6926c49df63e18f2c Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Sat, 17 May 2025 14:01:11 +0200 Subject: [PATCH] Fix CI --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index f63cf6b7819..69a5f1d133d 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -4677,7 +4677,7 @@ if ($action == 'importsite') { print ''.$langs->trans("ZipOfWebsitePackageToLoad").'

'; // This will scan the dir /doctemplates/websites and show all templates. - showWebsiteTemplates($website, GETPOSTINT('importsite') == 2); + showWebsiteTemplates($website, GETPOSTINT('importsite') == 2 ? 1 : 0); print dol_get_fiche_end();