Fix missing new Form

This commit is contained in:
Laurent Destailleur 2023-01-26 12:09:33 +01:00
parent c5f0ac9f29
commit 8735894a61

View File

@ -84,6 +84,8 @@ if (($action == 'update' && !GETPOST("cancel", 'alpha'))) {
* View
*/
$form = new Form($db);
$wikihelp = 'EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
llxHeader('', $langs->trans("Setup"), $wikihelp);