Skip to content

Commit

Permalink
wrong listener
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jan 11, 2022
1 parent 276ff2a commit 8f56e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-harness/config/Coldbox.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

}

function afterAspectsLoad( event, interceptData ){
function afterModuleRegistrations( event, interceptData ){
controller.getModuleService()
.registerModule(
moduleName = request.MODULE_NAME,
Expand Down

0 comments on commit 8f56e32

Please sign in to comment.