Skip to content

Commit 583b013

Browse files
committed
rever removed line by php-cs-fixer
1 parent 9a74037 commit 583b013

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/MediaGalleryMetadata/Model/Png/Segment

1 file changed

+1
-0
lines changed

app/code/Magento/MediaGalleryMetadata/Model/Png/Segment/ReadExif.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ private function getExifData(SegmentInterface $segment): MetadataInterface
7070
$description = null;
7171
$keywords = [];
7272

73+
$data = exif_read_data('data://image/jpeg;base64,' . base64_encode($segment->getData()));
7374

7475
if ($data) {
7576
$title = isset($data['DocumentName']) ? $data['DocumentName'] : null;

0 commit comments

Comments
 (0)