mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 20:20:53 +00:00
Clean up
This commit is contained in:
@@ -303,8 +303,8 @@ class MultiCurl
|
||||
*/
|
||||
public function close()
|
||||
{
|
||||
foreach ($this->curls as $ch) {
|
||||
$ch->close();
|
||||
foreach ($this->curls as $curl) {
|
||||
$curl->close();
|
||||
}
|
||||
|
||||
if (is_resource($this->multiCurl)) {
|
||||
|
||||
Reference in New Issue
Block a user