FriendsOfCake / cakephp-upload

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

Protected fields afterDelete fix #482

Closed jorisvaesen closed 6 years ago

jorisvaesen commented 6 years ago

While introducing protected fields there was no test for the afterDelete method. When using a protected field, afterDelete should skip this value.

davidyell commented 6 years ago

Seems good to me 👍