diff --git a/auth.php b/auth.php index 589a28b..8714da6 100644 --- a/auth.php +++ b/auth.php @@ -161,7 +161,7 @@ protected function _loadUserData( $p_user_id ) { $t_access_level_string = strtoupper( MantisEnum::getLabel( config_get( 'access_levels_enum_string' ), - access_get_project_level( $t_project_id ) + access_get_project_level( $t_project_id, $p_user_id ) ) ); $t_access_levels = array( $t_access_level_string );