Fix error in mailstream addon
This commit is contained in:
parent
417a3a8198
commit
c56ec7c7c4
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue