Fix Issue 7196

This commit is contained in:
Michael 2019-05-28 17:39:26 +00:00
parent 22fc3c8828
commit ae940755c7
1 changed files with 1 additions and 1 deletions

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