Fix error in mailstream addon

pull/1603/head
Art4 2025-03-13 10:29:47 +00:00
parent 417a3a8198
commit c56ec7c7c4
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function mailstream_post_hook(array &$item)
function mailstream_do_images(array &$item, array &$attachments)
{
if (!DI::pConfig()->get($item['uid'], 'mailstream', 'attachimg')) {
return;
return $attachments;
}
$attachments = [];