mirror of
https://github.com/friendica/friendica
synced 2025-02-03 19:38:53 +00:00
Code Style fixed for "Photo.php"
This commit is contained in:
parent
fff8cf1c34
commit
c2e940c4f9
1 changed files with 56 additions and 55 deletions
|
@ -323,6 +323,7 @@ class Photo
|
||||||
$values = array_fill(0, count($fields), '');
|
$values = array_fill(0, count($fields), '');
|
||||||
|
|
||||||
$photo = array_combine($fields, $values);
|
$photo = array_combine($fields, $values);
|
||||||
|
|
||||||
$photo['data'] = $image_data;
|
$photo['data'] = $image_data;
|
||||||
$photo['type'] = $mimetype ?: Images::getMimeTypeByData($image_data);
|
$photo['type'] = $mimetype ?: Images::getMimeTypeByData($image_data);
|
||||||
$photo['cacheable'] = false;
|
$photo['cacheable'] = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue