From: Michael Vogel Date: Sun, 23 May 2021 05:37:17 +0000 (+0200) Subject: Update src/Model/Mail.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d00a4eacdc162d8a8dc60e69b632fde1b6de5aca;p=friendica.git Update src/Model/Mail.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Model/Mail.php b/src/Model/Mail.php index 9c3bd58bb6..307724a262 100644 --- a/src/Model/Mail.php +++ b/src/Model/Mail.php @@ -197,7 +197,7 @@ class Mail $replyto = $convuri; } - $post_id =self::insert( + $post_id = self::insert( [ 'uid' => local_user(), 'guid' => $guid,