tdraier     2005/10/13 12:59:05 CEST

  Modified files:
    core/src/webapp/jsp/jahia/htmleditors/fckeditor utils.jsp 
  Log:
  fixed page tree bug when acting on active page
  
  Revision  Changes    Path
  1.11      +1 -1      
jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/utils.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/utils.jsp.diff?r1=1.10&r2=1.11&f=h
  
  
  
  Index: utils.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/utils.jsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- utils.jsp 12 Jul 2005 10:35:20 -0000      1.10
  +++ utils.jsp 13 Oct 2005 10:59:05 -0000      1.11
  @@ -250,7 +250,7 @@
               if (contentPage == null) {
                   continue;
               }
  -            String templateName = 
contentPage.getPageTemplate(jParams).getSourcePath();
  +            String templateName = 
contentPage.getPageTemplate(EntryLoadRequest.STAGED).getSourcePath();
               templateName = 
templateName.substring(templateName.lastIndexOf("/") + 1);
               if (! templateName.equals("listeContacts.jsp") &&
                       !templateName.equals("email.jsp") &&
  

Reply via email to