fix php8 warning
This commit is contained in:
parent
382b810ba1
commit
5d99dfea50
@ -38,6 +38,7 @@ $action = GETPOST('action', 'aZ09');
|
||||
$month = GETPOST('month', 'int');
|
||||
$year = GETPOST('year', 'int');
|
||||
|
||||
$optioncss = GETPOST('optioncss', 'alpha');
|
||||
$limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit;
|
||||
$sortfield = GETPOST("sortfield", 'alpha');
|
||||
$sortorder = GETPOST("sortorder", 'alpha');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user