netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

[BUGFIX] Fixes #254: handle deleted files #255

Closed hannesbochmann closed 10 months ago

hannesbochmann commented 1 year ago

This change simply catches the exception TYPO3 may throw when trying to retrieve a already deleted file.

fixes #254