beechit / fal_securedownload

An extension for TYPO3 CMS which adds secure downloads to FAL
36 stars 62 forks source link

Fixes Exception: in Hooks\AbstractBeButtons::generateButtons() if _GP('id') is null #218

Closed sdelcroix closed 1 year ago

sdelcroix commented 1 year ago

Fixes #217

sdelcroix commented 1 year ago

I think I’ll make a better PR which replace deprecated _GP ( https://docs.typo3.org/c/typo3/cms-core/12.4/en-us/Changelog/12.3/Deprecation-100053-GeneralUtility_GP.html ) by the use of $GLOBALS['TYPO3_REQUEST'] ( https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/RequestLifeCycle/Typo3Request.html )

joey-bolts commented 1 year ago

@sdelcroix Thank you. Will create a release soon.