From 908da4589dc4961c07d049c97bcfd59bc2973c89 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 23 Jul 2015 21:02:41 -0700 Subject: event privacy issue --- mod/events.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/events.php b/mod/events.php index fa00970b4..a3540ab0a 100755 --- a/mod/events.php +++ b/mod/events.php @@ -148,10 +148,9 @@ function events_post(&$a) { } } else { - // Note: do not set `private` field for self-only events. It will - // keep even you from seeing them! $str_contact_allow = '<' . $channel['channel_hash'] . '>'; $str_group_allow = $str_contact_deny = $str_group_deny = ''; + $private_event = true; } } -- cgit v1.2.3