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

@@ -468,6 +468,7 @@ class Item extends \Zotlabs\Web\Controller {
$private = intval($acl->is_private() || $parent_item['item_private']);
$public_policy = $parent_item['public_policy'];
$owner_hash = $parent_item['owner_xchan'];
$webpage = $parent_item['item_type'];
}
if((! $allow_empty) && (! strlen($body))) {