diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-19 23:35:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-19 23:35:19 +0200 |
commit | 0f5eb6521010b6cd41b07b1f4a1dea2c40d4ebae (patch) | |
tree | 82fd3c535f4536eeee9cd48e527f557ea3c2b150 /include | |
parent | 50d1d06b0324737ca6dc7dab43e42217ee9381b4 (diff) | |
download | volse-hubzilla-0f5eb6521010b6cd41b07b1f4a1dea2c40d4ebae.tar.gz volse-hubzilla-0f5eb6521010b6cd41b07b1f4a1dea2c40d4ebae.tar.bz2 volse-hubzilla-0f5eb6521010b6cd41b07b1f4a1dea2c40d4ebae.zip |
provide an acl select option for only me
Diffstat (limited to 'include')
-rw-r--r-- | include/acl_selectors.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 6b727c9a2..82f419aea 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -269,6 +269,8 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti $tpl = get_markup_template("acl_selector.tpl"); $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?'), |