Index: lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java,v diff -u -r1.42 -r1.43 --- lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java 29 Jan 2014 21:26:09 -0000 1.42 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java 17 Feb 2014 11:16:57 -0000 1.43 @@ -112,6 +112,7 @@ public ActionForward openAuthoring(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException { request.setAttribute("tools", getLearningDesignService().getToolDTOs(request.getRemoteUser())); + request.setAttribute(AttributeNames.PARAM_CONTENT_FOLDER_ID, FileUtil.generateUniqueContentFolderID()); return mapping.findForward("openAutoring"); } @@ -379,7 +380,7 @@ } return null; } - + /** * Creates a LD with the given activity and starts a lesson with default class and settings. */ Index: lams_central/web/author2.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/Attic/author2.jsp,v diff -u -r1.16 -r1.17 --- lams_central/web/author2.jsp 3 Dec 2013 20:30:00 -0000 1.16 +++ lams_central/web/author2.jsp 17 Feb 2014 11:16:56 -0000 1.17 @@ -30,18 +30,14 @@