Skip to content

Commit

Permalink
change order in instantiation, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher A. Stelma committed Dec 9, 2015
1 parent 5c48900 commit dd90e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Requests/Transport/cURL.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ public function request_multiple($requests, $options) {
//get error string for handle.
$reason = curl_error($done['handle']);
$exception = new Requests_Exception_Transport_cURL(
Requests_Exception_Transport_cURL::EASY,
$reason,
Requests_Exception_Transport_cURL::EASY,
$done['handle'],
$done['result']
);
Expand Down

0 comments on commit dd90e15

Please sign in to comment.