getting an error, "Fatal error: Cannot use object of type stdClass as array" coming from the patch from #648878 - not everything in the node content array is necessarily an array, apparently. at least in my installation.
just adding an is_array() check fixes it.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cck_blocks.typo_.patch | 543 bytes | brad.bulger |
| cck_blocks.arraytest.patch | 656 bytes | brad.bulger |
Comments
Comment #1
Anonymous (not verified) commentedadded to the next -dev
Comment #2
brad.bulger commentedd'oh. there was a typo in the code just below that. looks like some later changes, i missed seeing that.
Comment #3
Anonymous (not verified) commentedMaybe it's a bit confusing that the name is different between 6.x and 7.x. I corrected the typo.