Skip to content

Commit

Permalink
CONTENTBOX-1427 #resolve
Browse files Browse the repository at this point in the history
CBRequest postRender of AdminBar will throw errors if Buffer is flushed to Browser
  • Loading branch information
lmajano committed Oct 24, 2023
1 parent ec74294 commit 4ae24ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ component extends="coldbox.system.Interceptor" {
);

// Append adminbar styles to the html head
try{
try {
cfhtmlhead( text = view( view = "adminbar/adminbarCSS", module = "contentbox-ui" ) );
} catch( any e ){
} catch ( any e ) {
log.error( "Error sending adminbar styles via cfhtmlhead", e );
}
}
Expand Down

0 comments on commit 4ae24ff

Please sign in to comment.