We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b5e04 commit 22ee96bCopy full SHA for 22ee96b
models/CBSecurity.cfc
@@ -416,7 +416,7 @@ component singleton accessors="true" {
416
* @items One, a list or an array
417
*/
418
private function arrayWrap( required items ){
419
- return isArray( arguments.items ) ? items : items.listToArray();
+ return isArray( arguments.items ) ? items : listToArray( items );
420
}
421
422
0 commit comments