xlawrence 2005/05/27 17:06:20 CEST
Modified files:
core/src/webapp/jsp/jahia/htmleditors/fckeditor
fckeditor_htmleditor.jsp
Log:
Fixed sitemap generator bug: Was not showing any pages of the site...
Revision Changes Path
1.3 +2 -2
jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp.diff?r1=1.2&r2=1.3&f=h
Index: fckeditor_htmleditor.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fckeditor_htmleditor.jsp 27 May 2005 09:59:41 -0000 1.2
+++ fckeditor_htmleditor.jsp 27 May 2005 15:06:20 -0000 1.3
@@ -102,7 +102,7 @@
String files = "null";
try
{
- //pageContent = getSitemapToJs(jData, jahiaPath.toString());
+ pageContent = getSitemapToJs(jData, jahiaPath.toString());
if(pageContent != null && !pageContent.equals(""))
{
pageContent = pageContent.trim();
@@ -114,7 +114,7 @@
pageContent = "null";
}
- //files = getFilesToJs(jParams);
+ files = getFilesToJs(jParams);
if(files != null && !files.equals(""))
{
files = files.trim();