lochmueller / focuspoint

🌅 Smartest TYPO3 Crop Tool ever 🌅
http://typo3.org/extensions/repository/view/focuspoint
22 stars 23 forks source link

Check if the palettes key exists before accessing #90

Closed cundd closed 1 year ago

cundd commented 1 year ago

We ran into an issue where $GLOBALS['TCA']['tt_content']['palettes'][$p] was not defined. Which resulted in an undefined key error.

With this code this error could be prevented.