teamcfadvance / ValidateThis

An object oriented validation framework for ColdFusion objects
http://www.validatethis.org
44 stars 32 forks source link

Added conditional logic so that CFC's in railo return true for isCFC(). #65

Closed gregmoser closed 12 years ago

gregmoser commented 12 years ago

I'm brand new to ValidateThis, but when I was testing on Railo the isCFC() method was returning false for components. Hopefully this will just be a simple addition to the code base. Unless there is already an alternative solution for this issue.

bobsilverberg commented 12 years ago

Thanks for the fix, Greg.