diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-25 14:31:58 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-25 14:31:58 +0200 |
commit | 9908a7193ae9ef79536540693e505a9c2d813425 (patch) | |
tree | 9ab5b664d920353dae4496ee0035f5cf9349f855 /include/acl_selectors.php | |
parent | c37eaff26331c49a2c8754f6d49c6145863f47ca (diff) | |
download | volse-hubzilla-9908a7193ae9ef79536540693e505a9c2d813425.tar.gz volse-hubzilla-9908a7193ae9ef79536540693e505a9c2d813425.tar.bz2 volse-hubzilla-9908a7193ae9ef79536540693e505a9c2d813425.zip |
remove the add others button for now - after some research it turned out not beeing so useful
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r-- | include/acl_selectors.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 1f97a7a7b..54ea0304b 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -266,7 +266,6 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti $o = replace_macros($tpl, array( '$showall' => $showall_caption, '$onlyme' => t('Only me'), - '$add_others' => t('Add others'), '$showallOrigin' => $showall_origin, '$showallIcon' => $showall_icon, '$select_label' => t('Who can see this?'), |