Skip to content

Commit

Permalink
Merge branch 'development' into fix/#2201
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder authored Jan 17, 2025
2 parents fad93e8 + d78e45d commit 4815b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/AbstractFluxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public function getRecord(): array

[$table, $recordUid] = GeneralUtility::trimExplode(
':',
$tsfe->currentRecord
$tsfe->currentRecord ?: $contentObject->currentRecord
);
$record = $this->recordService->getSingle($table, '*', (integer) $recordUid);
if ($record === null) {
Expand Down

0 comments on commit 4815b41

Please sign in to comment.