We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e5873 commit 12ccc34Copy full SHA for 12ccc34
system/web/Renderer.cfc
@@ -898,7 +898,7 @@ component
898
var cacheMap = arguments.isLayout ? variables.layoutsRefMap : variables.viewsRefMap;
899
// The UDF is determined if you are in layout or view mode and if you are in module mode
900
var locationUDF = len( arguments.module ) ? variables[
901
- arguments.isLayout ? "locateLayoutView" : "locateModuleView"
+ arguments.isLayout ? "locateModuleLayout" : "locateModuleView"
902
] : variables[ arguments.isLayout ? "locateLayout" : "locateView" ];
903
904
// Check cached paths first
0 commit comments