Skip to content

Commit

Permalink
Merge pull request #83 from cristiangrama/develop-cleanup
Browse files Browse the repository at this point in the history
Add idea to gitignore and remove unnecessary curl timeout setter
  • Loading branch information
cristiangrama authored Dec 6, 2017
2 parents b8cb540 + 8c770e5 commit 99d817c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor/
.idea/
composer.lock
composer.phar
composer.phar
2 changes: 0 additions & 2 deletions includes/ActiveCampaign.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ function api($path, $post_data = array()) {
$class = new $class($this->version, $this->url_base, $this->url, $this->api_key);
// IE: $contact->view()

$class->set_curl_timeout($this->get_curl_timeout());

if ($add_tracking) {
$class->track_email = $this->track_email;
$class->track_actid = $this->track_actid;
Expand Down

0 comments on commit 99d817c

Please sign in to comment.