diff options
author | friendica <info@friendica.com> | 2014-10-15 18:35:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-15 18:35:56 -0700 |
commit | ae9e1fa688c90e128637b5c44cf4705287f6cfa1 (patch) | |
tree | 7a91468e4f2948faa373471b018852a8b72e1545 /mod/events.php | |
parent | e80c20d2584e17b43dd456bbb4b3dc0f8c11eeb4 (diff) | |
download | volse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.tar.gz volse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.tar.bz2 volse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.zip |
missing event permissions
Diffstat (limited to 'mod/events.php')
-rwxr-xr-x | mod/events.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/events.php b/mod/events.php index c80d1dd39..d24f84d44 100755 --- a/mod/events.php +++ b/mod/events.php @@ -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') |