diff --git a/core/um-user.php b/core/um-user.php index 578e8200..cad71fdd 100644 --- a/core/um-user.php +++ b/core/um-user.php @@ -57,7 +57,8 @@ class UM_User { function community_role_edit( $user ) { global $ultimatemember; if ( current_user_can( 'edit_users' ) && current_user_can( 'edit_user', $user->ID ) ) { - um_fetch_user( $user->ID ); + + $um_user_role = get_user_meta($user->ID,'role',true); ?>