default event publish permissions = personal
This commit is contained in:
parent
d371241e66
commit
9203b48527
|
@ -54,6 +54,9 @@ function events_post(&$a) {
|
|||
$str_contact_deny = perms2str($_POST['contact_deny']);
|
||||
|
||||
|
||||
// until publishing is ready
|
||||
$str_contact_allow = '<' . local_user() . '>';
|
||||
|
||||
if($event_id) {
|
||||
$r = q("UPDATE `event` SET
|
||||
`edited` = '%s',
|
||||
|
|
Loading…
Reference in a new issue