nhovratov / jobfair

5 stars 3 forks source link

[BUGFIX] Fix PHP 8 missing array key error #18

Closed einpraegsam closed 1 year ago

einpraegsam commented 1 year ago

After installing on TYPO3 11 with PHP 8, we included all TypoScript templates. Nevertheless an PHP 8 error occurs in frontend like: PHP Warning: Undefined array key "filter" in /.../jobfair/Classes/Controller/JobController.php line 178

nhovratov commented 1 year ago

Hey, sorry forgot about this. It's fixed now in https://github.com/nhovratov/jobfair/pull/21