Skip to content

Commit e296eec

Browse files
committed
fix more tests on refactor for boxlang support
1 parent 12ccc34 commit e296eec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system/web/Renderer.cfc

+2-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,8 @@ component
766766
// Default path is the conventions location, then the external location
767767
var viewPaths = [
768768
"/#variables.appMapping#/#variables.viewsConvention#/#arguments.view#",
769-
"#variables.viewsExternalLocation#/#arguments.view#"
769+
"#variables.viewsExternalLocation#/#arguments.view#",
770+
arguments.view
770771
];
771772

772773
// Try to locate the view

0 commit comments

Comments
 (0)