Skip to content

Commit cc1bc78

Browse files
committed
more boxlang fixes
1 parent e296eec commit cc1bc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/web/services/HandlerService.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
412412
}
413413

414414
// CFML View
415-
if ( fileExists( expandPath( targetView & ".cfm" ) ) || fileExists( expandPath( targetView & ".bxm" ) ) ) {
415+
if ( fileExists( expandPath( targetView ) ) ) {
416416
arguments.ehBean.setViewDispatch( true );
417417
return true;
418418
}

0 commit comments

Comments
 (0)