diff options
author | friendica <info@friendica.com> | 2014-04-21 15:41:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-21 15:41:04 -0700 |
commit | aafbd11a375c97c66d8c5eab6966119b20219e50 (patch) | |
tree | 287746ce86648ce1e66f9e6a6acaba9cf05f9d1f /mod/connedit.php | |
parent | 8c92a445b2036c2c02950b80c3dd296cc587f8b8 (diff) | |
download | volse-hubzilla-aafbd11a375c97c66d8c5eab6966119b20219e50.tar.gz volse-hubzilla-aafbd11a375c97c66d8c5eab6966119b20219e50.tar.bz2 volse-hubzilla-aafbd11a375c97c66d8c5eab6966119b20219e50.zip |
Setting to undo/clear auto permissions
Diffstat (limited to 'mod/connedit.php')
-rw-r--r-- | mod/connedit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/connedit.php b/mod/connedit.php index 198a66b56..61bb62766 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -482,6 +482,7 @@ function connedit_content(&$a) { '$them' => t('Their Settings'), '$me' => t('My Settings'), '$perms' => $perms, + '$clear' => t('Clear/Disable Automatic Permissions'), '$forum' => t('Forum Members'), '$soapbox' => t('Soapbox'), '$full' => t('Full Sharing (typical social network permissions)'), |