@@ -430,7 +430,7 @@ |
||
| 430 | 430 | 'type' => 0, |
| 431 | 431 | ] |
| 432 | 432 | )->fetch_callback( |
| 433 | - function ($row) use (&$attachmentData) { |
|
| 433 | + function($row) use (&$attachmentData) { |
|
| 434 | 434 | $attachmentData = $row; |
| 435 | 435 | $attachmentData['is_image'] = str_starts_with($attachmentData['mime_type'], 'image'); |
| 436 | 436 | $attachmentData['size'] = byte_format($attachmentData['size']); |