1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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