Skip to content

Commit 657cda9

Browse files
committed
Merge pull request #6 from defaye/patch-1
member function close() on a non-object. (typo)
2 parents f83e95c + a69f3e9 commit 657cda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VIPSoft/Unzip/Unzip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public function extract($zipFile, $targetPath)
180180
throw new \Exception($this->getError($zipArchive->status));
181181
}
182182

183-
$ziparchive->close();
183+
$zipArchive->close();
184184

185185
return $filenames;
186186
}

0 commit comments

Comments
 (0)