Completed
Pull Request — master (#215)
by
unknown
02:47
created
src/JiraClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -651,7 +651,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.