We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9d92c commit 2a739bdCopy full SHA for 2a739bd
src/main/php/Gomoob/Pushwoosh/Curl/CurlRequest.php
@@ -52,7 +52,6 @@ public function __construct($url = null)
52
53
$this->init($url);
54
}
55
-
56
57
58
/**
@@ -86,15 +85,13 @@ public function exec()
86
85
*/
87
public function init($url = null)
88
{
89
90
// If a previous CURL handle exists close it
91
if ($this->ch) {
92
$this->close();
93
94
95
$this->ch = curl_init($url);
96
return $this->ch;
97
98
99
100
0 commit comments