Fix php 8 warning in adherents list

This commit is contained in:
lmarcouiller 2021-06-30 10:22:00 +02:00
parent 94974af738
commit dcd4d53622

View File

@ -65,6 +65,7 @@ $search_filter = GETPOST("search_filter", 'alpha');
$search_status = GETPOST("search_status", 'intcomma');
$catid = GETPOST("catid", 'int');
$optioncss = GETPOST('optioncss', 'alpha');
$socid = GETPOST('socid', 'int');
$filter = GETPOST("filter", 'alpha');
if ($filter) {