missing event permissions

This commit is contained in:
friendica
2014-10-15 18:35:56 -07:00
parent e80c20d258
commit ae9e1fa688
4 changed files with 7 additions and 4 deletions

View File

@@ -582,6 +582,7 @@ function events_content(&$a) {
'$t_orig' => $t_orig,
'$sh_text' => t('Share this event'),
'$sh_checked' => $sh_checked,
'$permissions' => t('Permissions'),
'$acl' => (($orig_event['event_xchan']) ? '' : populate_acl(((x($orig_event)) ? $orig_event : $perm_defaults),false)),
'$submit' => t('Submit')