diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 23:02:03 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 23:02:03 -0700 |
commit | 9ed8eac8c624a5910710745a03a450291828a22d (patch) | |
tree | ba276c2c5db13dd18a12fa9a177718455acf0f7e | |
parent | 7c8706757db1df0195edc64f35ca1554d04eb414 (diff) | |
download | volse-hubzilla-9ed8eac8c624a5910710745a03a450291828a22d.tar.gz volse-hubzilla-9ed8eac8c624a5910710745a03a450291828a22d.tar.bz2 volse-hubzilla-9ed8eac8c624a5910710745a03a450291828a22d.zip |
include site identitfier on redmatrix delivery reports also
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index d59329da4..4b3e23eea 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1547,6 +1547,8 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $ $result = array(); + $result['site'] = z_root(); + // We've validated the sender. Now make sure that the sender is the owner or author if(! $public) { |