carsten-walther/image_copyright

Duplicate link to resource page in default language on multilingual site

Closed this issue · 1 comments

Hi, using your extension on a TYPO3 v11.5.17 multidomain website (DE/EN) the frontend is showing 2 links to the same page instead of 2 links to different languages
image (3)
This seams to be an error in following code as pid is always the default language. But needed is a link to the default and the translated page.

$pages[] = $pageRepository->getPage($result['pid']);

Fixed in version 12.4.2