Skip to content

Commit a69f3e9

Browse files
committed
member function close() on a non-object. (typo)
1 parent f83e95c commit a69f3e9

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)