Skip to content

Commit

Permalink
Remove unneeded CURLOPT_CAPATH. Fixes #386
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Aug 18, 2015
1 parent 8368c73 commit 1c05f38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TwitterOAuth.php
Expand Up @@ -295,7 +295,6 @@ private function request($url, $method, $authorization, $postfields)
$options = array(
// CURLOPT_VERBOSE => true,
CURLOPT_CAINFO => __DIR__ . DIRECTORY_SEPARATOR . 'cacert.pem',
CURLOPT_CAPATH => __DIR__,
CURLOPT_CONNECTTIMEOUT => $this->connectionTimeout,
CURLOPT_HEADER => true,
CURLOPT_HTTPHEADER => array('Accept: application/json', $authorization, 'Expect:'),
Expand Down

0 comments on commit 1c05f38

Please sign in to comment.