Skip to content

Commit

Permalink
fix more tests on refactor for boxlang support
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jul 15, 2024
1 parent 12ccc34 commit e296eec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/web/Renderer.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,8 @@ component
// Default path is the conventions location, then the external location
var viewPaths = [
"/#variables.appMapping#/#variables.viewsConvention#/#arguments.view#",
"#variables.viewsExternalLocation#/#arguments.view#"
"#variables.viewsExternalLocation#/#arguments.view#",
arguments.view
];

// Try to locate the view
Expand Down

0 comments on commit e296eec

Please sign in to comment.