@@ -651,7 +651,7 @@ |
||
651 | 651 | $this->http_response = curl_getinfo($ch, CURLINFO_HTTP_CODE); |
652 | 652 | |
653 | 653 | header('Content-Type: application/octet-stream'); |
654 | - header('Content-Disposition: attachment; filename=' . basename($url)); |
|
654 | + header('Content-Disposition: attachment; filename='.basename($url)); |
|
655 | 655 | header('Content-Transfer-Encoding: binary'); |
656 | 656 | |
657 | 657 | curl_close($ch); |