Application_noinheritance.cfc: onRequestStart missing return statement

Hi,

It seems that the onRequestStart method in
Application_noinheritance.cfc, inside the ApplicationTemplate sample
apps is missing a return statement (the return type is specified as
"boolean". This causes an error on Railo (not sure about ACF, no time
to test that).

ColBox 3.1.0 (coldbox-buildID-201106211112 )

Although fixing this is obviously trivial, I created a little patch
file for it:
ftp://anonymous@crimsoncricket.com@ftp.crimsoncricket.com/Application_noinheritance.cfc.diff

Maybe the can be fixed in the next release?

Best regards,

Martijn van der Woud

Thanks fixes on dev