diff options
author | Friendika <info@friendika.com> | 2011-07-26 22:57:48 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-26 22:57:48 -0700 |
commit | e6c5afdf4f34e45e4f9b1d9ab1990595851a879b (patch) | |
tree | b0924e4773a06e1d904deeb381213cd26f15cdea /include/notifier.php | |
parent | c17890ab6211f9d5095fcecbd0ce439ec5d67916 (diff) | |
download | volse-hubzilla-e6c5afdf4f34e45e4f9b1d9ab1990595851a879b.tar.gz volse-hubzilla-e6c5afdf4f34e45e4f9b1d9ab1990595851a879b.tar.bz2 volse-hubzilla-e6c5afdf4f34e45e4f9b1d9ab1990595851a879b.zip |
privacy issue introduced yesterday
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 77a37b5ea..8cc85d399 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -145,7 +145,7 @@ function notifier_run($argv, $argc){ $parent = $items[0]; - if($parent['wall'] != 0 && (! $expire)) { + if($parent['wall'] == 0 && (! $expire)) { // local followup to remote post $followup = true; $notify_hub = false; // not public |