coldbox-modules / cbsecurity

Annotation, rule driven security and authentication for ColdBox Applications!
https://coldbox-security.ortusbooks.com
17 stars 18 forks source link

prevent arrayWrap from erring if items is a bool #26

Closed gpickin closed 3 years ago

gpickin commented 3 years ago

I was using this function to try and make another improvement and ran into a boolean where boolean.listToArray() errors. This is a safer version, although, not as cool as a member function.