Fix a hash lookup into a C::IO object in the DataForm, which isn't a hash.

This commit is contained in:
Colin Kuskie 2009-02-18 23:58:05 +00:00
parent 8b7db9ff38
commit 021215c9bd
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
7.6.13
- fixed #9760: DataForm not working in demo.plainblack.com
7.6.12
- fixed: During postback on a recurring transaction, the routine could error out instead of catching an error.