From 62b1ff4ba1844d9019aebd328256a38979e1f717 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 14 May 2022 18:30:39 +0000 Subject: add the title in forum post reshares --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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']; -- cgit v1.2.3