@@ -56,7 +56,7 @@ |
||
| 56 | 56 | ); |
| 57 | 57 | |
| 58 | 58 | if (!empty($this->auth_string)) { |
| 59 | - $this->headers[] = 'Authorization: Basic ' . base64_encode($this->auth_string); |
|
| 59 | + $this->headers[] = 'Authorization: Basic '.base64_encode($this->auth_string); |
|
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | // Instantiate cURL object |