Skip to content

Commit edf8ca6

Browse files
joshtrichardsAndyScherzinger
authored andcommitted
Typo fix (squash before merge)
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
1 parent 6780f7a commit edf8ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/legacy/OC_Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ public function loadFromFile($imagePath = false) {
746746
'A74Chunk';
747747

748748
$header = unpack($headerFormat, $data);
749-
unset($headerData, $headerFormat);
749+
unset($data, $headerFormat);
750750
if (!$header) {
751751
return false;
752752
}

0 commit comments

Comments
 (0)