Merge pull request #7201 from annando/mail-db-error

Fix Issue 7196
This commit is contained in:
Philipp 2019-05-28 20:02:39 +02:00 committed by GitHub
commit e557457158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ class Mail
'to_email' => $user['email'],
'uid' => $user['uid'],
'item' => $msg,
'parent' => $msg['parent-uri'],
'parent' => 0,
'source_name' => $msg['from-name'],
'source_link' => $msg['from-url'],
'source_photo' => $msg['from-photo'],