|
@@ -70,7 +70,7 @@ |
|
|
block discarded – undo |
|
70
|
70
|
} elseif ($this->getVersion() === '1.0') { |
|
71
|
71
|
$requestOptions[CURLOPT_HTTP_VERSION] = CURL_HTTP_VERSION_1_0; |
|
72
|
72
|
} else { |
|
73
|
|
- throw new RequestErrorException('Request version "' . $this->getVersion() . '" is not support by cURL', $this); |
|
|
73
|
+ throw new RequestErrorException('Request version "'.$this->getVersion().'" is not support by cURL', $this); |
|
74
|
74
|
} |
|
75
|
75
|
|
|
76
|
76
|
$options = ArrayHelper::merge($this->defaultOptions, $this->getDb()->config, $requestOptions); |
Please login to merge, or discard this patch.