FriendsOfCake / cakephp-upload

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

Notice when saving a record without attachment #541

Closed asecondwill closed 4 years ago

asecondwill commented 4 years ago

When I save a user with just text fields, not the avatar (upload) field, I get a notice when it tried to unset the avatar field.

Undefined index: avatar [ROOT/vendor/josegonzalez/cakephp-upload/src/Model/Behavior/UploadBehavior.php, line 78]

I'm using josegonzalez/cakephp-upload 5.0.0-beta cakephp "4.0.8"