mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix CI
This commit is contained in:
@@ -4677,7 +4677,7 @@ if ($action == 'importsite') {
|
||||
print '<span class="opacitymedium">'.$langs->trans("ZipOfWebsitePackageToLoad").'</span><br><br>';
|
||||
|
||||
// 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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user