aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-01-04 20:36:24 +0100
committerMario Vavti <mario@mariovavti.com>2021-01-04 20:36:24 +0100
commit291644f29d80670bdff8160b57c152c140bd8155 (patch)
treeff388c681dca8247997d8934f9e86587eaefb85a /include
parent7684861249c22293e424f1bc62790fa06596b97e (diff)
downloadvolse-hubzilla-291644f29d80670bdff8160b57c152c140bd8155.tar.gz
volse-hubzilla-291644f29d80670bdff8160b57c152c140bd8155.tar.bz2
volse-hubzilla-291644f29d80670bdff8160b57c152c140bd8155.zip
fix issue where categories were not saved on forum wall post
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
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'];