From edf0f7c852ad8ab40df4071f4d2b0906ec6e4e4f Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 28 Feb 2015 22:28:19 -0500 Subject: [PATCH] Fix some bugs on the profile page --- admin/manage_users.php | 1 + inc/profile_functions.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/manage_users.php b/admin/manage_users.php index d7a62b97..8867d1bd 100644 --- a/admin/manage_users.php +++ b/admin/manage_users.php @@ -97,6 +97,7 @@ $default_userdata = array( 'active' => 1, 'categories' => array('1'), 'features' => array('can_view_tickets','can_reply_tickets','can_change_cat','can_assign_self','can_view_unassigned','can_view_online'), + 'can_manage_settings' => 0, // Preferences 'afterreply' => 0, diff --git a/inc/profile_functions.inc.php b/inc/profile_functions.inc.php index 25f9089b..70ff79bd 100644 --- a/inc/profile_functions.inc.php +++ b/inc/profile_functions.inc.php @@ -92,13 +92,13 @@ function hesk_profile_tab($session_array='new',$is_profile_page=true,$action='pr
- +
- +