We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Exif
1 parent 97a6d85 commit 0ae2272Copy full SHA for 0ae2272
1 file changed
wcfsetup/install/files/lib/system/endpoint/controller/core/files/PrepareUpload.class.php
@@ -104,9 +104,7 @@ private function parseExifData(?string $exifData): array|null
104
return null;
105
}
106
107
- $exif = new Exif(0, $exifData);
108
-
109
- return $exif->getParsedExif();
+ return Exif::forBytes(0, $exifData)->getParsedExif();
110
111
112
0 commit comments