@@ -34,7 +34,7 @@ |
||
| 34 | 34 | } |
| 35 | 35 | // check if they exists in entities displayed and if checkbox is checked |
| 36 | 36 | foreach ($batchItems as $name => $batchItem) { |
| 37 | - $batchId = (int)str_replace('batch_', '', $name); |
|
| 37 | + $batchId = (int) str_replace('batch_', '', $name); |
|
| 38 | 38 | |
| 39 | 39 | if (array_key_exists($batchId, $cleanData['labels']) && $batchItem === true) { |
| 40 | 40 | $cleanData['ids'][] = $batchId; |