We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Exif
1 parent 12a728b commit 034bfb0Copy full SHA for 034bfb0
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