fixed handling if user is not found
This commit is contained in:
@ -40,6 +40,8 @@ public class SPUser extends SPJaxbObject<User> {
|
||||
|
||||
if (returnValue == null) {
|
||||
return null;
|
||||
} else if (returnValue.equals("")) {
|
||||
return null;
|
||||
} else {
|
||||
return returnValue.substring(7); // drop [i:0#.w|
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user