1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-07 06:54:59 +00:00

Merge pull request #1984 from pixelfed/staging

Update Image Util
This commit is contained in:
daniel 2020-01-31 19:54:00 -07:00 committed by GitHub
commit 03505d25a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",