We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f4f72f + 1fcbf57 commit 208f641Copy full SHA for 208f641
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