In der Klasse ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemCreate.java die FormProcessException in der Zeile 114 umgebaut. (Exception an die FormProcessException weitergereicht)

git-svn-id: https://svn.libreccm.org/ccm/trunk@3210 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-02-15 19:11:00 +00:00
parent 70dcedbb3d
commit 60b755c52e
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class MOTDItemCreate extends PageCreate {
} catch (Exception ex) {
s_log.error(ex);
throw new FormProcessException(ex.getMessage());
throw new FormProcessException(ex);
}
}