DMKEBUSINESSGMBH / typo3-mkforms

https://www.dmk-ebusiness.de
3 stars 6 forks source link

fix for widget lister with typo3 11 and php 8.1 #162

Open AntonMezger opened 1 year ago

AntonMezger commented 1 year ago

the following callback functions need a parameter list:

public function repaintFirst(array $params, tx_ameosformidable $form) public function repaintPrev(array $params, tx_ameosformidable $form) public function repaintNext(array $params, tx_ameosformidable $form) public function repaintLast(array $params, tx_ameosformidable $form) public function repaintSortBy($aParams, tx_ameosformidable $form)

hope this helps