Skip to content

Commit 12d0fcb

Browse files
committed
Merge tag '12.0.1' into develop
Tagging hotfix 12.0.1 12.0.1
2 parents b1cedde + 208f641 commit 12d0fcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Classes/Utility/RecordUtility.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public static function getRecordWithLanguageOverlay(int $recordUid, int $languag
6868
GeneralUtility::makeInstance(PageRepository::class)->getRecordOverlay(
6969
TtContent::TABLE,
7070
self::getRecord(TtContent::TABLE, $recordUid),
71-
$languageUid
71+
$languageUid,
72+
'on'
7273
);
7374

7475
if (!empty($record)) {

0 commit comments

Comments
 (0)