aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-08 16:03:30 -0800
committerfriendica <info@friendica.com>2015-01-08 16:03:30 -0800
commitfab09ef1bc7ebd74055f62350e7012dec09c817b (patch)
tree51ea03d8bf877a8eee3ccdeaf8c9ac441d2a3f09 /include/notifier.php
parent0657195125675700eeb9bcd1bc92f4299cac0304 (diff)
parent836223bf5b60a8b0db27dac9e5c183c77fa6a2e1 (diff)
downloadvolse-hubzilla-fab09ef1bc7ebd74055f62350e7012dec09c817b.tar.gz
volse-hubzilla-fab09ef1bc7ebd74055f62350e7012dec09c817b.tar.bz2
volse-hubzilla-fab09ef1bc7ebd74055f62350e7012dec09c817b.zip
Merge branch 'master' into trinidad
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php
index e1eb0c554..06ef7bc94 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -165,6 +165,7 @@ function notifier_run($argv, $argc){
}
xchan_mail_query($message[0]);
$uid = $message[0]['channel_id'];
+ $recipients[] = $message[0]['from_xchan']; // include clones
$recipients[] = $message[0]['to_xchan'];
$item = $message[0];