TransferORM / transfer

ColdFusion ORM library created by Mark Mandel, updated by @ghidinelli
Other
5 stars 3 forks source link

Vars at top of method #11

Closed SirRawlins closed 9 years ago

SirRawlins commented 9 years ago

Small fix to local variable definition which should have been at the top of the method. This was causing ColdSpring to complain while instantiating the transfer factory.

Came across this wile upgrading a really old legacy CF8 box with Transfer 1.3 - perhaps later versions of CF don't bark about things like this.

markmandel commented 9 years ago

LGTM.

ghidinelli commented 9 years ago

Thanks Robert!