diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-05 16:58:37 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-05 16:58:37 -0700 |
commit | b7386a0e88ca292bf183cd1de9b09bd6e819172d (patch) | |
tree | be956a08bea057f341ef867e7af57e5ecca44c47 /Zotlabs/Module/React.php | |
parent | fe401203bd33fdb19880420556c8a6b6a371f94e (diff) | |
download | volse-hubzilla-b7386a0e88ca292bf183cd1de9b09bd6e819172d.tar.gz volse-hubzilla-b7386a0e88ca292bf183cd1de9b09bd6e819172d.tar.bz2 volse-hubzilla-b7386a0e88ca292bf183cd1de9b09bd6e819172d.zip |
fix permalinks to children of articles and cards
Diffstat (limited to 'Zotlabs/Module/React.php')
-rw-r--r-- | Zotlabs/Module/React.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/React.php b/Zotlabs/Module/React.php index 6473317c7..fbb760786 100644 --- a/Zotlabs/Module/React.php +++ b/Zotlabs/Module/React.php @@ -49,6 +49,7 @@ class React extends \Zotlabs\Web\Controller { $n['aid'] = $channel['channel_account_id']; $n['uid'] = $channel['channel_id']; $n['item_origin'] = true; + $n['item_type'] = $i[0]['item_type']; $n['parent'] = $postid; $n['parent_mid'] = $i[0]['mid']; $n['mid'] = item_message_id(); |