Index: lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumService.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumService.java,v diff -u -r1.42 -r1.43 --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumService.java 6 Apr 2006 06:40:40 -0000 1.42 +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumService.java 20 Apr 2006 04:54:38 -0000 1.43 @@ -511,7 +511,7 @@ public void copyToolContent(Long fromContentId, Long toContentId) throws ToolException { if (fromContentId == null || toContentId == null) throw new ToolException( - "Failed to create the SubmitFiles tool seession"); + "Failed to create the ForumFiles tool seession"); Forum fromContent = forumDao.getByContentId(fromContentId); if ( fromContent == null ) {