Skip to content

Commit 208f641

Browse files
committed
Merge branch 'hotfix/12.0.1'
2 parents 2f4f72f + 1fcbf57 commit 208f641

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)