Skip to content

Commit

Permalink
dumb semicolon support.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 31, 2022
1 parent 9121cda commit 1a3acc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/contentbox/models/system/CBHelper.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ component accessors="true" singleton threadSafe {

// See if all the settings are loaded, else lazy load them
if( isNull( prc.cbSettings ) || structIsEmpty( prc.cbSettings ) ){
prc.cbSettings = variables.settingService.getAllSettings()
prc.cbSettings = variables.settingService.getAllSettings();
}

// return setting if it exists
Expand Down

0 comments on commit 1a3acc5

Please sign in to comment.