diff options
author | friendica <info@friendica.com> | 2014-02-04 00:52:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-04 00:52:34 -0800 |
commit | d8f16442a1ca7d0be18dedd52c0f4eb339ba19b6 (patch) | |
tree | 60cff2d8d21741cbfc9093a467238af44c45c282 /include | |
parent | 1572403e980b013e211de1d317631551dfe5f304 (diff) | |
download | volse-hubzilla-d8f16442a1ca7d0be18dedd52c0f4eb339ba19b6.tar.gz volse-hubzilla-d8f16442a1ca7d0be18dedd52c0f4eb339ba19b6.tar.bz2 volse-hubzilla-d8f16442a1ca7d0be18dedd52c0f4eb339ba19b6.zip |
bookmark permissions
Diffstat (limited to 'include')
-rw-r--r-- | include/permissions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/permissions.php b/include/permissions.php index 1b11dfb87..060ed841c 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -29,6 +29,7 @@ function get_perms() { 'write_pages' => array('channel_w_pages', intval(PERMS_W_PAGES), false, t('Can edit my "public" pages'), ''), 'republish' => array('channel_a_republish', intval(PERMS_A_REPUBLISH), false, t('Can source my "public" posts in derived channels'), t('Somewhat advanced - very useful in open communities')), + 'bookmark' => array('channel_a_bookmark', intval(PERMS_A_BOOKMARK), false, t('Can send me bookmarks'), ''), 'delegate' => array('channel_a_delegate', intval(PERMS_A_DELEGATE), false, t('Can administer my channel resources'), t('Extremely advanced. Leave this alone unless you know what you are doing')), ); $ret = array('global_permissions' => $global_perms); |