xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
14 stars 23 forks source link

fixed deprecation crash (passing null to json_decode()) #82

Closed pasqual-artif closed 1 month ago

pasqual-artif commented 4 months ago

You cannot pass NULL to json_decode anymore... this prevents the file from being uploaded by using for example StorageRepository->addFile()