diff options
author | zotlabs <mike@macgirvin.com> | 2019-02-19 11:56:26 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-02-19 11:56:26 -0800 |
commit | 1ea9002fe8d04f0b2af32fa30a6aae9a0ffcf96c (patch) | |
tree | ff0ad5ced6c05f29ccfed3d9d2d7912e8e0784e9 /include | |
parent | 7d1c3920fd58e9fbba9fef6ad04420537f508d5b (diff) | |
parent | cead10b9af6ff9d8b1bc702ca21d27af7c2112f0 (diff) | |
download | volse-hubzilla-1ea9002fe8d04f0b2af32fa30a6aae9a0ffcf96c.tar.gz volse-hubzilla-1ea9002fe8d04f0b2af32fa30a6aae9a0ffcf96c.tar.bz2 volse-hubzilla-1ea9002fe8d04f0b2af32fa30a6aae9a0ffcf96c.zip |
Merge branch 'dev' of https://framagit.org/zot/core into dev
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index a14e3db3a..30e758add 100755 --- a/include/items.php +++ b/include/items.php @@ -486,6 +486,8 @@ function post_activity_item($arr, $allow_code = false, $deliver = true) { */ call_hooks('post_local_end', $ret['activity']); } + else + return $ret; if($post_id && $deliver) { Master::Summon([ 'Notifier','activity',$post_id ]); |