Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
Update HttpClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Kolbik authored Jul 7, 2016
1 parent 1d5f324 commit 8a42c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public function __destruct()
unset($this->ch);

$cookieFile = $this->getCookieFile();
if ($cookieFile !== null)
unlink($cookieFile);
if ($cookieFile !== null)
@unlink($cookieFile);
}
}

0 comments on commit 8a42c62

Please sign in to comment.