Compare commits
No commits in common. "develop" and "develop" have entirely different histories.
1 changed files with 0 additions and 1 deletions
|
|
@ -289,7 +289,6 @@ function mailstream_do_images(array &$item, array &$attachments)
|
|||
$cookiejar = tempnam(System::getTempPath(), 'cookiejar-mailstream-');
|
||||
try {
|
||||
$curlResult = DI::httpClient()->get($url, HttpClientAccept::DEFAULT, [HttpClientOptions::COOKIEJAR => $cookiejar]);
|
||||
unlink($cookiejar);
|
||||
if (!$curlResult->isSuccess()) {
|
||||
DI::logger()->debug('mailstream: fetch image url failed', [
|
||||
'url' => $url,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue