Author: thomas.heute(a)jboss.com
Date: 2007-04-27 10:39:56 -0400 (Fri, 27 Apr 2007)
New Revision: 7111
Modified:
trunk/core-cms/src/main/org/jboss/portal/core/cms/ui/admin/CMSContentEditorPortlet.java
Log:
Oups
Modified:
trunk/core-cms/src/main/org/jboss/portal/core/cms/ui/admin/CMSContentEditorPortlet.java
===================================================================
---
trunk/core-cms/src/main/org/jboss/portal/core/cms/ui/admin/CMSContentEditorPortlet.java 2007-04-27
14:34:59 UTC (rev 7110)
+++
trunk/core-cms/src/main/org/jboss/portal/core/cms/ui/admin/CMSContentEditorPortlet.java 2007-04-27
14:39:56 UTC (rev 7111)
@@ -112,7 +112,7 @@
if (content == null)
{
- getContentCMD =
cmsService.getCommandFactory().createFileGetCommand(contentUri, new
Locale(cmsService.getDefaultLocale()));
+ getContentCMD =
cmsService.getCommandFactory().createContentGetCommand(contentUri, null, new
Locale(cmsService.getDefaultLocale()));
content = (Content)cmsService.execute(getContentCMD);
}
req.setAttribute("content" , content);
Show replies by date