Skip to content

Commit

Permalink
SAK-33259: LDAP student/employee numbers not appearing (sakaiproject#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones86 authored Aug 18, 2017
1 parent 9fe1fc0 commit 774b74b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,6 @@ private void addStudentNumberProperty(String number, ResourceProperties userEdit
{
studentNumber = encryption.encrypt(studentNumber, studentNumberLength);
}
userEditProperties.addPropertyToList(USER_PROP_STUDENT_NUMBER, studentNumber);
userEditProperties.addProperty(USER_PROP_STUDENT_NUMBER, studentNumber);
}
}

0 comments on commit 774b74b

Please sign in to comment.