We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1cedde + 208f641 commit 12d0fcbCopy full SHA for 12d0fcb
1 file changed
Classes/Utility/RecordUtility.php
@@ -68,7 +68,8 @@ public static function getRecordWithLanguageOverlay(int $recordUid, int $languag
68
GeneralUtility::makeInstance(PageRepository::class)->getRecordOverlay(
69
TtContent::TABLE,
70
self::getRecord(TtContent::TABLE, $recordUid),
71
- $languageUid
+ $languageUid,
72
+ 'on'
73
);
74
75
if (!empty($record)) {
0 commit comments