Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Update option name
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaprajescu committed Aug 30, 2012
1 parent 2362103 commit 8c0d519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/http/transport/curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function request($method, JUri $uri, $data = null, array $headers = null,
$options[CURLOPT_HTTPHEADER][] = 'Expect:';

// Follow redirects.
$options[CURLOPT_FOLLOWLOCATION] = (bool) $this->options->get('curl.followLocation', true);
$options[CURLOPT_FOLLOWLOCATION] = (bool) $this->options->get('follow_location', true);

// Set the cURL options.
curl_setopt_array($ch, $options);
Expand Down

0 comments on commit 8c0d519

Please sign in to comment.