Skip to content

Commit

Permalink
Update GdDriver.php (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs authored Apr 15, 2024
1 parent 897ca6b commit 534b89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Gd/GdDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ public function setExif(string $path): void
return;
}

$result = exif_read_data($path);
$result = @exif_read_data($path);

if (! is_array($result)) {
$this->exif = [];
Expand Down

0 comments on commit 534b89b

Please sign in to comment.