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

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'],