Skip to content

Commit b78a8ed

Browse files
author
Sean Daniels
committed
Use relative path for application helper
Fixes issue where exception is thrown when sessionStartHandler event is fired.
1 parent d8c4128 commit b78a8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ component {
1717
// Entry Point
1818
this.entryPoint = "cbsecurity";
1919
// Helpers
20-
this.applicationHelper = [ "/cbsecurity/helpers/mixins.cfm" ];
20+
this.applicationHelper = [ "helpers/mixins.cfm" ];
2121
// Dependencies
2222
this.dependencies = [ "cbauth", "jwt" ];
2323

0 commit comments

Comments
 (0)