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 committed Apr 4, 2024
1 parent 996e77b commit 8cc107f
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 @@ -772,7 +772,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 8cc107f

Please sign in to comment.