diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-19 18:32:16 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-19 18:32:16 -0700 |
commit | df7f0eb9a4eb42aebd94cbdf8288f0fa8c9b3782 (patch) | |
tree | c9ea63a512ccc7af361c1241c12559b34c5171b5 /include/zot.php | |
parent | 6103c301848105a3bca3de81e9982276b2c38d76 (diff) | |
download | volse-hubzilla-df7f0eb9a4eb42aebd94cbdf8288f0fa8c9b3782.tar.gz volse-hubzilla-df7f0eb9a4eb42aebd94cbdf8288f0fa8c9b3782.tar.bz2 volse-hubzilla-df7f0eb9a4eb42aebd94cbdf8288f0fa8c9b3782.zip |
hubzilla issue #832
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 677fdf6b7..8bbc4a969 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3372,7 +3372,7 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { dbesc($cl['name']), intval($cl['visible']), intval($cl['deleted']), - dbesc($cl['hash']), + dbesc($cl['collection']), intval($channel['channel_id']) ); } |