Skip to content
Snippets Groups Projects
Commit fc94c771 authored by srosse's avatar srosse
Browse files

OO-377: fix RS

parent 330a7dc7
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ public class RepositoryMailing {
if(event.size() == 1) {
if(event.getRepoTutor() != null && event.getRepoTutor().booleanValue()) {
return Type.addTutor;
} else if(event.getRepoParticipant() != null && event.getRepoTutor().booleanValue()) {
} else if(event.getRepoParticipant() != null && event.getRepoParticipant().booleanValue()) {
return Type.addParticipant;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment