[closed] CFCATCH defined twice

I commented on the github commit in question, but wanted to highlight it.

Latest p700 is broken (at least on CF 10 update 13) due to setting a var scoped variable for cfcatch.

Error instantiating farcry.core.packages.forms.configRepositories: Cannot declare local variable CFCATCH twice. Local variables cannot have the same names as parameters or other local variables.

Hmmm, I’ll revert it when I get to my PC… This was done for a Railo fix,
there was a thread suggesting cfcatch should be var scoped but I guess we
can’t if CF doesn’t allow it.

I’ve reversed the offending commit, sorry about that, thanks for catching it :smile: