]> git.mxchange.org Git - friendica.git/commitdiff
DFRN: Mails had an empty body
authorMichael Vogel <icarus@dabo.de>
Sat, 23 Jan 2016 12:18:18 +0000 (13:18 +0100)
committerMichael Vogel <icarus@dabo.de>
Sat, 23 Jan 2016 12:18:18 +0000 (13:18 +0100)
include/delivery.php

index 482a759498dd035b4e0980d42ee8c86a8ef44088..c78a213402e57205fbe8f9e6321178b4c469484d 100644 (file)
@@ -280,7 +280,7 @@ function delivery_run(&$argv, &$argc){
                                logger('notifier: '.$target_item["guid"].' dfrndelivery: ' . $contact['name']);
 
                                if ($mail) {
-                                       $item["body"] = $body;
+                                       $item['body'] = fix_private_photos($item['body'],$owner['uid'],null,$message[0]['contact-id']);
                                        $atom = dfrn_mail($item, $owner);
                                } elseif ($fsuggest) {
                                        $atom = dfrn_fsuggest($item, $owner);