AsgardCms / Platform

A modular multilingual CMS built with Laravel 5.
https://asgardcms.com/
MIT License
782 stars 241 forks source link

Fixed delete of file that was treated like folder #801

Open arturmamedov opened 3 years ago

arturmamedov commented 3 years ago

isImage() get a delete url for file's and image, and only isFolder() have different url so change condition for return a delete_url for file's and image's and only instead isFolder() the delete url for folder