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.
2 parents b3b5e04 + 22ee96b commit 3c4bd4cCopy full SHA for 3c4bd4c
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