missing hook

This commit is contained in:
Mario
2024-01-24 19:34:41 +00:00
parent e513950cb5
commit fe50d78a0f

View File

@@ -115,6 +115,8 @@ class Share extends \Zotlabs\Web\Controller {
$arr['obj_type'] = $item['obj_type'];
$arr['verb'] = ACTIVITY_SHARE;
call_hooks('post_local', $arr);
$post = item_store($arr);
$post_id = $post['item_id'];