Skip to content

Commit

Permalink
SAK-31877 signup incorrectly trying to translate no-reply (sakaiproje…
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored and steveswinsburg committed Oct 20, 2016
1 parent 92c23b9 commit ef2cca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ else if (BIWEEKLY.equals(meeting.getRepeatType()))
}

protected String getServerFromAddress() {
return getServiceName() +" <" + getSakaiFacade().getServerConfigurationService().getString("setup.request",rb.getString("no-reply@") + getSakaiFacade().getServerConfigurationService().getServerName())+ ">";
return getServiceName() +" <" + getSakaiFacade().getServerConfigurationService().getString("setup.request", "no-reply@" + getSakaiFacade().getServerConfigurationService().getServerName())+ ">";
}

protected boolean userIsAttendingTimeslot(User user, SignupTimeslot timeslot) {
Expand Down

0 comments on commit ef2cca1

Please sign in to comment.