Skip to content

Commit 670843f

Browse files
committed
fix typo in Bootstrap.cfc
1 parent 27bb89f commit 670843f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Bootstrap.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ component serializable="false" accessors="true" {
564564
// Execute Session Start Handler
565565
var sessionHandler = cbController.getSetting( name: "SessionStartHandler", defaultValue = "" )
566566
if ( len( sessionHandler ) ) {
567-
cbController.runEvent( event = sessionHandler, prePostExempt = true )s
567+
cbController.runEvent( event = sessionHandler, prePostExempt = true )
568568
}
569569
}
570570

0 commit comments

Comments
 (0)