Skip to content

Commit

Permalink
Typo fix (squash before merge)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Richards <[email protected]>
  • Loading branch information
joshtrichards authored May 18, 2023
1 parent 72020af commit 510ca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/legacy/OC_Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ public function loadFromFile($imagePath = false) {
'A74Chunk';

$header = unpack($headerFormat, $data);
unset($headerData, $headerFormat);
unset($data, $headerFormat);
if (!$header) {
return false;
}
Expand Down

0 comments on commit 510ca8a

Please sign in to comment.