diff --git a/YACOSWeb/src/org/yacos/web/PCmember/controller/DelegateArticleController.java b/YACOSWeb/src/org/yacos/web/PCmember/controller/DelegateArticleController.java index b88c59f..3c435bf 100644 --- a/YACOSWeb/src/org/yacos/web/PCmember/controller/DelegateArticleController.java +++ b/YACOSWeb/src/org/yacos/web/PCmember/controller/DelegateArticleController.java @@ -167,7 +167,7 @@ public class DelegateArticleController implements Controller{ conferenceManager.addRole(RoleType.REFEREE, refereeId, conf.getId()); // Send an email to the referee String mailSubject = "YACOS : you asked to review an article for a conference"; - String mailBody = "A member of the new conference "+SessionService.getInstance().getCurrentConference().getTitle(); + String mailBody = "A member of the new conference "+conf.getTitle(); mailBody += " has added you to the Program Committee\n"; mailBody += "You will be able to view, evaluate or delegate the evaluation of the articles that will be submitted\n"; mailBody += YACOSUtils.fullURL("userBoard.htm");