aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Like.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-05 16:58:37 -0700
committerzotlabs <mike@macgirvin.com>2018-04-05 16:58:37 -0700
commitb7386a0e88ca292bf183cd1de9b09bd6e819172d (patch)
treebe956a08bea057f341ef867e7af57e5ecca44c47 /Zotlabs/Module/Like.php
parentfe401203bd33fdb19880420556c8a6b6a371f94e (diff)
downloadvolse-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/Like.php')
-rw-r--r--Zotlabs/Module/Like.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Like.php b/Zotlabs/Module/Like.php
index 12de86e72..4e216f08b 100644
--- a/Zotlabs/Module/Like.php
+++ b/Zotlabs/Module/Like.php
@@ -419,6 +419,7 @@ class Like extends \Zotlabs\Web\Controller {
$arr['item_origin'] = 1;
$arr['item_notshown'] = 1;
+ $arr['item_type'] = $item['item_type'];
if(intval($item['item_wall']))
$arr['item_wall'] = 1;