FIX - Fix search by filters

This commit is contained in:
kamel 2022-03-30 15:50:36 +02:00
parent 4e81de2a4a
commit a22450391f

View File

@ -57,6 +57,7 @@ $socid = GETPOST('socid', 'int');
// Category
$selected_cat = (int) GETPOST('search_categ', 'int');
if ($selected_cat == -1) $selected_cat = '';
$subcat = false;
if (GETPOST('subcat', 'alpha') === 'yes') {
$subcat = true;