first cut at edit activities

This commit is contained in:
zotlabs
2016-10-25 16:21:56 -07:00
parent 7b713e2576
commit 084b41fc2c
4 changed files with 66 additions and 5 deletions

View File

@@ -901,6 +901,8 @@ class Item extends \Zotlabs\Web\Controller {
$x = item_store_update($datarray,$execflag);
// item_create_edit_activity($x);
if(! $parent) {
$r = q("select * from item where id = %d",
intval($post_id)