]> git.mxchange.org Git - friendica-addons.git/commitdiff
correct typo "arrat"
authorMatthew Exon <git.mexon@spamgourmet.com>
Sat, 15 Oct 2022 16:03:55 +0000 (18:03 +0200)
committerMatthew Exon <git.mexon@spamgourmet.com>
Sat, 15 Oct 2022 16:03:55 +0000 (18:03 +0200)
mailstream/mailstream.php

index 8c6e2693b7487a5e1fd0a3d07103dcd8045be035..f454018874b04d6b4e37a6f984ad4f284d34de6a 100644 (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;