We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In RecipientListController.php:
RecipientListController.php
protected array $allowedTables = [DmailRecipientEnum::TtAddress->value, DmailRecipientEnum::FeUsers->value],
This line works since PHP 8.2
Here is a minimal example, that shows that this kind of access doesn't work in PHP 8.1: https://onlinephp.io/c/a548f
Since 8.1 is a supported version of TYPO3 v12, I suggest to revert to just using the strings at that place.
The text was updated successfully, but these errors were encountered:
I can confirm this issue with php v8.1.
Sorry, something went wrong.
No branches or pull requests
In
RecipientListController.php
:This line works since PHP 8.2
Here is a minimal example, that shows that this kind of access doesn't work in PHP 8.1: https://onlinephp.io/c/a548f
Since 8.1 is a supported version of TYPO3 v12, I suggest to revert to just using the strings at that place.
The text was updated successfully, but these errors were encountered: