Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Catch exception when fetching external image
The fetching of an external file with GeneralUtility::getUrl() may throw an exception if the image is not available (at least since Guzzle is used internally with TYPO3 and libcurl is installed). The exception is now caught. If the exception occurs no further processing on the image is done. Resolves: netresearch#190
- Loading branch information