diff options
author | friendica <info@friendica.com> | 2015-01-08 16:03:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-08 16:03:30 -0800 |
commit | fab09ef1bc7ebd74055f62350e7012dec09c817b (patch) | |
tree | 51ea03d8bf877a8eee3ccdeaf8c9ac441d2a3f09 /include/notifier.php | |
parent | 0657195125675700eeb9bcd1bc92f4299cac0304 (diff) | |
parent | 836223bf5b60a8b0db27dac9e5c183c77fa6a2e1 (diff) | |
download | volse-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.php | 1 |
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]; |