FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Fixing notice when field not in submitted data #540

Closed rxergio closed 4 years ago

rxergio commented 4 years ago

A notice appears when the entity is submitted without the field

ADmad commented 4 years ago

Silly PHP doesn't throw notices in unset() for non-existent keys of arrays, but does so for ArrayAccess/ArrayObject.

ADmad commented 4 years ago

A test case would be nice.

rxergio commented 4 years ago

I'm a newbie with tests. I'll give it a try...

ADmad commented 4 years ago

Fixed in #542