Actions
Bug #3265
closedmyGroups isn't always an array and is immediately passed to cbArrayToInts
Description
When using myGroups it's possible for the return value to be a boolean, which is then passed to cbArrayToInts immediately resulting in a warning as boolean can't be parsed through a foreach array.
Files
Actions