Code Style fixed for "Photo.php"

This commit is contained in:
Michael 2025-01-05 21:43:16 +00:00
parent fff8cf1c34
commit c2e940c4f9

View file

@ -323,6 +323,7 @@ class Photo
$values = array_fill(0, count($fields), '');
$photo = array_combine($fields, $values);
$photo['data'] = $image_data;
$photo['type'] = $mimetype ?: Images::getMimeTypeByData($image_data);
$photo['cacheable'] = false;