Merge pull request #1285 from mexon/mat/mailstream-typo

correct typo "arrat"
pull/1286/head
Tobias Diekershoff 2022-10-15 18:15:31 +02:00 committed by GitHub
commit ce1a787bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ function mailstream_post_hook(App $a, array &$item)
*
* @return array new value of the attachments table (results are also stored in the reference parameter)
*/
function mailstream_do_images(arrat &$item, array &$attachments)
function mailstream_do_images(array &$item, array &$attachments)
{
if (!DI::pConfig()->get($item['uid'], 'mailstream', 'attachimg')) {
return;