[#12171] idlist parameter doesn't work anymore
History
Updates
Updated: 2019-10-16 05:51
description: Thanks to Velden & JoMorg, here is the fix to apply:
line 60, replace $tmp = cleanValue(trim($params,'idlist')); by $tmp = cleanValue(trim($params['idlist'])); => Thanks to Velden & JoMorg, here is the fix to apply:
line 60, replace $tmp = cleanValue(trim($params,'idlist')); by $tmp = cleanValue(trim($params['idlist']));
EDIT: Already fixed.
resolution_id: => 7