Skip to content

Commit

Permalink
another beautiful missing semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 31, 2022
1 parent 1a3acc5 commit 1b76212
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 @@ -136,7 +136,7 @@ component accessors="true" singleton threadSafe {

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

// return setting if it exists
Expand Down

0 comments on commit 1b76212

Please sign in to comment.