CMS MADE SIMPLE FORGE

News Module

 

[#12171] idlist parameter doesn't work anymore

avatar
Created By: Franck (knarf)
Date Submitted: Wed Oct 16 05:35:55 -0400 2019

Assigned To:
Version: 2.51.7
CMSMS Version: 2.2.12
Severity: Minor
Resolution: Fixed
State: Open
Summary:
idlist parameter doesn't work anymore
Detailed 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']));

EDIT: Already fixed.


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