mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
Iissue 8560: Wrong value for parent in mail notification
This commit is contained in:
parent
8ab34149e3
commit
10ffd3a374
2 changed files with 2 additions and 8 deletions
|
@ -92,7 +92,7 @@ class Mail
|
|||
'to_email' => $user['email'],
|
||||
'uid' => $user['uid'],
|
||||
'item' => $msg,
|
||||
'parent' => 0,
|
||||
'parent' => $msg['id'],
|
||||
'source_name' => $msg['from-name'],
|
||||
'source_link' => $msg['from-url'],
|
||||
'source_photo' => $msg['from-photo'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue