@@ -84,7 +84,7 @@ |
||
84 | 84 | { |
85 | 85 | $workspace = isset($record['t3ver_wsid']) ? (int)$record['t3ver_wsid'] : 0; |
86 | 86 | $origId = isset($record['t3ver_oid']) ? (int)$record['t3ver_oid'] : 0; |
87 | - $neededItems = array_map(function ($item) use ($workspace, $origId, $record) { |
|
87 | + $neededItems = array_map(function($item) use ($workspace, $origId, $record) { |
|
88 | 88 | $item['t3ver_wsid'] = $workspace; |
89 | 89 | // Set relation to the original record |
90 | 90 | if ($workspace) { |