Skip to content

Commit

Permalink
Merge pull request #6 from defaye/patch-1
Browse files Browse the repository at this point in the history
member function close() on a non-object. (typo)
  • Loading branch information
robocoder committed Feb 16, 2016
2 parents f83e95c + a69f3e9 commit 657cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VIPSoft/Unzip/Unzip.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function extract($zipFile, $targetPath)
throw new \Exception($this->getError($zipArchive->status));
}

$ziparchive->close();
$zipArchive->close();

return $filenames;
}
Expand Down

0 comments on commit 657cda9

Please sign in to comment.