aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-02-19 11:56:26 -0800
committerzotlabs <mike@macgirvin.com>2019-02-19 11:56:26 -0800
commit1ea9002fe8d04f0b2af32fa30a6aae9a0ffcf96c (patch)
treeff0ad5ced6c05f29ccfed3d9d2d7912e8e0784e9 /include
parent7d1c3920fd58e9fbba9fef6ad04420537f508d5b (diff)
parentcead10b9af6ff9d8b1bc702ca21d27af7c2112f0 (diff)
downloadvolse-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-xinclude/items.php2
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 ]);