Skip to content
Snippets Groups Projects

Bugfix on save hooks not being executed

Merged Kevin von Spiczak requested to merge bugfix_OnSaveHooksNotBeingExecuted into master
Files
2
@@ -58,7 +58,7 @@ class DataHandlerHook {
*/
public function moveRecord_firstElementPostProcess(
$table, $uid, $destPid, $moveRec, $updateFields, DataHandler $tceMain
): void {
) {
$service = ConsistenceRegistrationService::findService($table);
if ($service === []) {
return;
Loading