Skip to content

Commit fbc6138

Browse files
authored
Merge pull request #80 from Kasparsu/master
fix bug with upload
2 parents ce2aad8 + 5add59e commit fbc6138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JiraClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ public function upload($context, $filePathArray)
365365
end:
366366
foreach ($chArr as $ch) {
367367
$this->log->addDebug('CURL Close handle..');
368-
curl_close($ch);
369368
curl_multi_remove_handle($mh, $ch);
369+
curl_close($ch);
370370
}
371371
$this->log->addDebug('CURL Multi Close handle..');
372372
curl_multi_close($mh);

0 commit comments

Comments
 (0)