]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Mail.php
File and category aren't using "term" anymore
[friendica.git] / src / Model / Mail.php
index c0efe4f2334138f60cb3e118b64141588342c923..848b419bef88affa4a7a4504e2b9c1f8b94f1c47 100644 (file)
@@ -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'],