Skip to content

Commit

Permalink
More quoting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete authored Oct 22, 2024
1 parent 6be4044 commit a402070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/contentbox/migrations/util/MigrationUtils.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ function addPermissionToRole( query, roleId, permission ){
.newQuery()
.from( "cb_rolePermissions" )
.insert( {
FK_roleID : arguments.roleId,
FK_permissionID : permissionId
"FK_roleID" : arguments.roleId,
"FK_permissionID" : permissionId
} );
}
Expand Down

0 comments on commit a402070

Please sign in to comment.