Skip to content
New issue

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

TYPO3 10.4.6 LTS -> Translated Mails #24

Open
bernd-reindl opened this issue Aug 5, 2020 · 1 comment
Open

TYPO3 10.4.6 LTS -> Translated Mails #24

bernd-reindl opened this issue Aug 5, 2020 · 1 comment

Comments

@bernd-reindl
Copy link

In DirectMailUtility.php

if (strpos(VersionNumberUtility::getNumericTypo3Version(), '9') === 0) {

have to be

if (VersionNumberUtility::convertVersionNumberToInteger(VersionNumberUtility::getNumericTypo3Version()) >= VersionNumberUtility::convertVersionNumberToInteger('9')) {

to use 'page' instead of 'pages_language_overlay' in TYPO3 v10 too.

@jokumer
Copy link
Owner

jokumer commented Aug 5, 2020

thx. will have a look this week at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants