Skip to content

Commit bf0fd98

Browse files
committed
COLDBOX-1273 #resolve
Removal of deprecated CFML functions in core
1 parent 02f43be commit bf0fd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/web/config/ApplicationLoader.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ component accessors="true" {
183183
""
184184
);
185185
// Cleanup the template path
186-
var localPath = getDirectoryFromPath( replaceNoCase( getTemplatePath(), "\", "/", "all" ) );
186+
var localPath = getDirectoryFromPath( replaceNoCase( getBaseTemplatePath(), "\", "/", "all" ) );
187187
// Verify Path Location
188188
var pathLocation = findNoCase( webPath, localPath );
189189

0 commit comments

Comments
 (0)