Skip to content

Commit 12ccc34

Browse files
committed
fix tests refactor
1 parent 70e5873 commit 12ccc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/web/Renderer.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ component
898898
var cacheMap = arguments.isLayout ? variables.layoutsRefMap : variables.viewsRefMap;
899899
// The UDF is determined if you are in layout or view mode and if you are in module mode
900900
var locationUDF = len( arguments.module ) ? variables[
901-
arguments.isLayout ? "locateLayoutView" : "locateModuleView"
901+
arguments.isLayout ? "locateModuleLayout" : "locateModuleView"
902902
] : variables[ arguments.isLayout ? "locateLayout" : "locateView" ];
903903

904904
// Check cached paths first

0 commit comments

Comments
 (0)