[UPDATE]
In der Klasse ccm-cms/src/com/arsdigita/cms/ui/ContentItemPage.java die FormProcessException in der Zeile 288 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3180 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
c0399d9310
commit
f40969e9c4
|
|
@ -285,8 +285,8 @@ public class ContentItemPage extends CMSPage implements ActionListener {
|
||||||
final ContentItem item = m_item.getContentItem(state);
|
final ContentItem item = m_item.getContentItem(state);
|
||||||
|
|
||||||
if (item == null) {
|
if (item == null) {
|
||||||
throw new FormProcessException("The item_id supplied does not "
|
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||||
+ "reference a valid ContentItem.");
|
"cms.ui.invalid_item_id"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue