Skip to content

Commit

Permalink
COLDBOX-1273 #resolve
Browse files Browse the repository at this point in the history
Removal of deprecated CFML functions in core
  • Loading branch information
lmajano committed Apr 8, 2024
1 parent f221465 commit e2db3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/web/config/ApplicationLoader.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ component accessors="true" {
""
);
// Cleanup the template path
var localPath = getDirectoryFromPath( replaceNoCase( getTemplatePath(), "\", "/", "all" ) );
var localPath = getDirectoryFromPath( replaceNoCase( getBaseTemplatePath(), "\", "/", "all" ) );
// Verify Path Location
var pathLocation = findNoCase( webPath, localPath );

Expand Down

0 comments on commit e2db3fb

Please sign in to comment.