File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -921,11 +921,11 @@ component
921
921
922
922
// Check for directory helper convention first
923
923
var dPath = getDirectoryFromPath ( results .viewPath );
924
- if ( fileExists ( expandPath ( dPath & listLast ( dPath , " /" ) & " Helper.cfm" ) ) ) {
925
- results .viewHelperPath .append ( dPath & listLast ( dPath , " /" ) & " Helper.cfm" );
924
+ if ( fileExists ( expandPath ( dPath & listLast ( dPath , " \ /" ) & " Helper.cfm" ) ) ) {
925
+ results .viewHelperPath .append ( dPath & listLast ( dPath , " \ /" ) & " Helper.cfm" );
926
926
}
927
- if ( fileExists ( expandPath ( dPath & listLast ( dPath , " /" ) & " Helper.bxm" ) ) ) {
928
- results .viewHelperPath .append ( dPath & listLast ( dPath , " /" ) & " Helper.bxm" );
927
+ if ( fileExists ( expandPath ( dPath & listLast ( dPath , " \ /" ) & " Helper.bxm" ) ) ) {
928
+ results .viewHelperPath .append ( dPath & listLast ( dPath , " \ /" ) & " Helper.bxm" );
929
929
}
930
930
931
931
// Check for view helper convention second
You can’t perform that action at this time.
0 commit comments