diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-25 20:43:24 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-10-25 20:43:24 -0700 |
commit | bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0 (patch) | |
tree | b78ccc5c57dd643b83d1435c942a34b9a8e98e98 /Zotlabs/Module/Item.php | |
parent | 88a68b941ff2c8295ac5a6f221855bc4940ddb40 (diff) | |
download | volse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.tar.gz volse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.tar.bz2 volse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.zip |
send "hidden" edit activities to networks which don't support edits themselves
Diffstat (limited to 'Zotlabs/Module/Item.php')
-rw-r--r-- | Zotlabs/Module/Item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index bcbdcb9e9..344e839f4 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -901,7 +901,7 @@ class Item extends \Zotlabs\Web\Controller { $x = item_store_update($datarray,$execflag); - // item_create_edit_activity($x); + item_create_edit_activity($x); if(! $parent) { $r = q("select * from item where id = %d", |