Fix var not defined
This commit is contained in:
parent
f679392d26
commit
cfe554b04c
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user