Skip to content

Commit 3117ad4

Browse files
noeolachimfritz
authored andcommitted
[BUGFIX] Re-enable colPos label localization
1 parent b8e2ea9 commit 3117ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/LinkHandler/PageLinkHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ protected function getRecordsOnExpandedPage($pageId)
150150

151151
$colPosMapping = [];
152152
foreach ($colPosArray as $colPos => $label) {
153-
$colPosMapping[(int)($colPos)] = $label;
153+
$colPosMapping[(int)($colPos)] = $this->getLanguageService()->sL($label);
154154
}
155155
// Enrich list of records
156156
$groupedContentElements = [];

0 commit comments

Comments
 (0)