From 60b755c52e836da0e149627e68e4f2930e655e2e Mon Sep 17 00:00:00 2001 From: tosmers Date: Sun, 15 Feb 2015 19:11:00 +0000 Subject: [PATCH] [UPDATE] 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 --- .../arsdigita/cms/contenttypes/ui/authoring/MOTDItemCreate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemCreate.java b/ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemCreate.java index 96b4aba59..08babe4b8 100755 --- a/ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemCreate.java +++ b/ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemCreate.java @@ -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); } }