From b0970850d4e3facac26debe54f34edc21bca1ff7 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Dec 2012 13:44:54 -0800 Subject: Allow forum/account delegation by anybody? On any site? But of course... --- include/permissions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/permissions.php') diff --git a/include/permissions.php b/include/permissions.php index f6d150b58..8e0dec6c2 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -23,6 +23,7 @@ function get_perms() { 'post_photos' => array('channel_w_photos', intval(PERMS_W_PHOTOS), false, t('Can post photos to my photo albums'), ''), 'tag_deliver' => array('channel_w_tagwall', intval(PERMS_W_TAGWALL), false, t('Can forward to all my channel contacts via post tags'), t('Advanced - useful for creating group forum channels')), 'chat' => array('channel_w_chat', intval(PERMS_W_CHAT), false, t('Can chat with me (when available)'), t('Requires compatible chat plugin')), + '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')), ); return $global_perms; } -- cgit v1.2.3