Skip to content

Commit

Permalink
fix tests refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jul 15, 2024
1 parent 70e5873 commit 12ccc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/web/Renderer.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ component
var cacheMap = arguments.isLayout ? variables.layoutsRefMap : variables.viewsRefMap;
// The UDF is determined if you are in layout or view mode and if you are in module mode
var locationUDF = len( arguments.module ) ? variables[
arguments.isLayout ? "locateLayoutView" : "locateModuleView"
arguments.isLayout ? "locateModuleLayout" : "locateModuleView"
] : variables[ arguments.isLayout ? "locateLayout" : "locateView" ];

// Check cached paths first
Expand Down

0 comments on commit 12ccc34

Please sign in to comment.