]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/Mail.php
authorMichael Vogel <icarus@dabo.de>
Sun, 23 May 2021 05:37:17 +0000 (07:37 +0200)
committerGitHub <noreply@github.com>
Sun, 23 May 2021 05:37:17 +0000 (07:37 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Model/Mail.php

index 9c3bd58bb66d64d37b3875491db4b0924b26d178..307724a2629dfbde29053155bd8c979f41fa7a10 100644 (file)
@@ -197,7 +197,7 @@ class Mail
                        $replyto = $convuri;
                }
 
-               $post_id =self::insert(
+               $post_id = self::insert(
                        [
                                'uid' => local_user(),
                                'guid' => $guid,