We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8c643d + 5574b38 commit e57ba4cCopy full SHA for e57ba4c
1 file changed
Classes/Hooks/Datahandler/CommandMapBeforeStartHook.php
@@ -87,7 +87,7 @@ protected function unsetInconsistentCopyOrMoveCommands(DataHandler $dataHandler)
87
break;
88
}
89
$record = $this->database->fetchOneRecord($targetContainerId);
90
- $targetContainerId = $record['tx_container_parent'] ?? 0;
+ $targetContainerId = (int)($record['tx_container_parent'] ?? 0);
91
92
93
0 commit comments