Skip to content

Commit

Permalink
[BUGFIX] endCmdMap
Browse files Browse the repository at this point in the history
  • Loading branch information
achimfritz committed Oct 29, 2024
1 parent 017e3bb commit 83cc7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ContentDefender/Xclasses/CommandMapHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function processCmdmap_beforeStart(DataHandler $dataHandler): void
public function processCmdmap_postProcess(string $command, string $table, $id, $value, DataHandler $dataHandler, $pasteUpdate, $pasteDatamap): void
{
if (!empty($dataHandler->cmdmap['tt_content'])) {
$this->containerColumnConfigurationService->startCmdMap();
$this->containerColumnConfigurationService->endCmdMap();
}
}

Expand Down

0 comments on commit 83cc7be

Please sign in to comment.