@@ -719,7 +719,7 @@ |
||
| 719 | 719 | $curl_opt[CURLOPT_POSTFIELDS] = $this->parameters; |
| 720 | 720 | |
| 721 | 721 | if (!is_array($this->parameters)) { |
| 722 | - $this->header('Content-Length', mb_strlen($this->parameters, '8bit')); |
|
| 722 | + $this->header('Content-Length', mb_strlen($this->parameters, '8bit')); |
|
| 723 | 723 | } |
| 724 | 724 | } |
| 725 | 725 | } |