CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

check for file exists in module before detaching, avoids exception. #46

Closed jeffwalsh closed 7 years ago

jeffwalsh commented 7 years ago

The file would throw an exception before if the file does not exist in the Module->detachFile() method. This corrects that with a simple file_exists first.

CTOlet commented 7 years ago

Thank you very much!

jeffwalsh commented 7 years ago

No, thank YOU for the excellent package and prompt merge! :)