File tree Expand file tree Collapse file tree
test-harness/modules_app/resourcesTest/views/home Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -562,8 +562,9 @@ component serializable="false" accessors="true" {
562562 // Session start interceptors
563563 cbController .getInterceptorService ().announce ( " sessionStart" , session )
564564 // Execute Session Start Handler
565- if ( len ( cbController .getSetting ( " SessionStartHandler" ) ) ) {
566- cbController .runEvent ( event = cbController .getSetting ( " SessionStartHandler" ), prePostExempt = true )
565+ var sessionHandler = cbController .getSetting ( name : " SessionStartHandler" , defaultValue = " " )
566+ if ( len ( sessionHandler ) ) {
567+ cbController .runEvent ( event = sessionHandler , prePostExempt = true )s
567568 }
568569 }
569570
Original file line number Diff line number Diff line change 1- <h1 >Welcome to my cool module page!</h1 >
1+ <h1 >Welcome to my cool resources module page!</h1 >
You can’t perform that action at this time.
0 commit comments