mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Image Util
This commit is contained in:
parent
0e6f4270dd
commit
0b7c5d6d37
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class Image
|
||||||
$constraint->aspectRatio();
|
$constraint->aspectRatio();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
if(config('media.exif.database', false) == true) {
|
if(config('media.exif.database', false) == true && $metadata) {
|
||||||
$meta = [];
|
$meta = [];
|
||||||
$keys = [
|
$keys = [
|
||||||
"COMPUTED",
|
"COMPUTED",
|
||||||
|
|
Loading…
Reference in a new issue