Update src/Model/Mail.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Michael Vogel
2021-05-23 07:37:17 +02:00
committed by GitHub
parent c18cbe95a6
commit d00a4eacdc

View File

@@ -197,7 +197,7 @@ class Mail
$replyto = $convuri; $replyto = $convuri;
} }
$post_id =self::insert( $post_id = self::insert(
[ [
'uid' => local_user(), 'uid' => local_user(),
'guid' => $guid, 'guid' => $guid,