diff options
author | Mario <mario@mariovavti.com> | 2022-05-14 18:30:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-05-14 18:30:39 +0000 |
commit | 62b1ff4ba1844d9019aebd328256a38979e1f717 (patch) | |
tree | 5f0f7a32d5568b8cfac868bd9a28762f3e1b2d49 | |
parent | 304d13643786049e29d3866ec45fec79c744c10b (diff) | |
download | volse-hubzilla-62b1ff4ba1844d9019aebd328256a38979e1f717.tar.gz volse-hubzilla-62b1ff4ba1844d9019aebd328256a38979e1f717.tar.bz2 volse-hubzilla-62b1ff4ba1844d9019aebd328256a38979e1f717.zip |
add the title in forum post reshares
-rw-r--r-- | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 8a2faa623..d93b9aaaf 100644 --- a/include/items.php +++ b/include/items.php @@ -3219,6 +3219,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false } + $arr['title'] = $item['title']; $arr['tgt_type'] = $item['tgt_type']; $arr['target'] = $item['target']; |