diff options
author | Friendika <info@friendika.com> | 2011-07-25 18:41:48 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-25 18:41:48 -0700 |
commit | c0749f18d62e9d9fa53a3a60ba580dadffc0ab1b (patch) | |
tree | e923feb25d689d44f890edca971f7084341b61df /include/notifier.php | |
parent | 21058cdb471cb515e49b1a8a5c4fb3e0718d7a74 (diff) | |
download | volse-hubzilla-c0749f18d62e9d9fa53a3a60ba580dadffc0ab1b.tar.gz volse-hubzilla-c0749f18d62e9d9fa53a3a60ba580dadffc0ab1b.tar.bz2 volse-hubzilla-c0749f18d62e9d9fa53a3a60ba580dadffc0ab1b.zip |
event ownership issues
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index 59e573762..77a37b5ea 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -145,7 +145,7 @@ function notifier_run($argv, $argc){ $parent = $items[0]; - if($parent['type'] === 'remote' && (! $expire)) { + if($parent['wall'] != 0 && (! $expire)) { // local followup to remote post $followup = true; $notify_hub = false; // not public |