event privacy issue

This commit is contained in:
redmatrix 2015-07-23 21:02:41 -07:00
parent bd131433b6
commit 908da4589d

View File

@ -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;
}
}