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
Updated by krileon almost 13 years ago
- File 3265.patch 3265.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Updated by beat almost 13 years ago
- Status changed from Resolved to Closed
- Estimated time set to 0:30 h
r1748 fixes this issue already, curing cause instead of symptom.
Actions