From bfb19568952c8fd3b0069a73a7d78a7a4c454060 Mon Sep 17 00:00:00 2001 From: Frederic Debuire Date: Fri, 14 Mar 2008 10:27:47 +0000 Subject: [PATCH] Modif d'un truc --- .../web/PCmember/controller/DelegateArticleController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");