fix permalinks to children of articles and cards

This commit is contained in:
zotlabs
2018-04-05 16:58:37 -07:00
parent fe401203bd
commit b7386a0e88
4 changed files with 6 additions and 3 deletions

View File

@@ -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;