Fix var not defined

This commit is contained in:
Laurent Destailleur 2022-04-12 03:08:31 +02:00
parent f679392d26
commit cfe554b04c

View File

@ -46,6 +46,9 @@ $action = GETPOST('action', 'aZ09');
$confirm = GETPOST('confirm', 'alpha');
$cancel = GETPOST('cancel', 'alpha');
$sortfield = '';
$sortorder = '';
$module = GETPOST('module', 'alpha');
$tab = GETPOST('tab', 'aZ09');
$tabobj = GETPOST('tabobj', 'alpha');