Skip to content

Commit 545ac4e

Browse files
authored
Merge pull request #667 from Leftbower/fix-typo
fix typo in Bootstrap.cfc
2 parents 27bb89f + 670843f commit 545ac4e

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)