Skip to content

Commit

Permalink
Continue preparation of version 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Jul 5, 2016
1 parent 1c9d92c commit 2a739bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/php/Gomoob/Pushwoosh/Curl/CurlRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public function __construct($url = null)

$this->init($url);
}

}

/**
Expand Down Expand Up @@ -86,15 +85,13 @@ public function exec()
*/
public function init($url = null)
{

// If a previous CURL handle exists close it
if ($this->ch) {
$this->close();
}

$this->ch = curl_init($url);
return $this->ch;

}

/**
Expand Down

0 comments on commit 2a739bd

Please sign in to comment.