diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-01-04 20:36:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-01-04 20:36:24 +0100 |
commit | 291644f29d80670bdff8160b57c152c140bd8155 (patch) | |
tree | ff388c681dca8247997d8934f9e86587eaefb85a | |
parent | 7684861249c22293e424f1bc62790fa06596b97e (diff) | |
download | volse-hubzilla-291644f29d80670bdff8160b57c152c140bd8155.tar.gz volse-hubzilla-291644f29d80670bdff8160b57c152c140bd8155.tar.bz2 volse-hubzilla-291644f29d80670bdff8160b57c152c140bd8155.zip |
fix issue where categories were not saved on forum wall post
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 18f4e6f02..a90ddd208 100755 --- a/include/items.php +++ b/include/items.php @@ -3270,6 +3270,8 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false $arr['body'] = $bb; + $arr['term'] = $item['term']; + $arr['author_xchan'] = $channel['channel_hash']; $arr['owner_xchan'] = $channel['channel_hash']; |