Merge pull request #1984 from pixelfed/staging

Update Image Util
pull/1987/head
daniel 5 years ago committed by GitHub
commit 03505d25a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -118,7 +118,7 @@ class Image
$constraint->aspectRatio();
});
} else {
if(config('media.exif.database', false) == true) {
if(config('media.exif.database', false) == true && $metadata) {
$meta = [];
$keys = [
"COMPUTED",

Loading…
Cancel
Save