In der Klasse com/arsdigita/cms/ui/FolderProperties.java die FormProcessException in der Zeile 216 umgebaut.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3166 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-02-13 23:48:40 +00:00
parent 4f55a95e4f
commit 716175b574
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ public class FolderProperties extends CMSContainer {
throws FormProcessException {
PageState state = event.getPageState();
if ( isCancelled(state) ) {
throw new FormProcessException( (String) GlobalizationUtil.globalize("cms.ui.cancel_hit").localize());
throw new FormProcessException(
GlobalizationUtil.globalize("cms.ui.cancel_hit"));
}
}
});