From 747a29a815f2d88be0dc202b75fdd6b9b21cff39 Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 19 Oct 2011 17:46:22 +0000 Subject: [PATCH] =?UTF-8?q?Kleine=20Korrektur=20f=C3=BCr=20ccm-sci-types-p?= =?UTF-8?q?roject?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@1178 8810af33-2d31-482b-a856-94f89814c4df --- .../arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-sci-types-project/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java b/ccm-sci-types-project/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java index 42aa17d6e..d9435b32e 100644 --- a/ccm-sci-types-project/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java +++ b/ccm-sci-types-project/src/com/arsdigita/cms/contenttypes/ui/SciProjectPropertyForm.java @@ -98,7 +98,7 @@ public class SciProjectPropertyForm final SciProject project = (SciProject) super.processBasicWidgets(fse); if ((project != null) - && getSaveCancelSection().getCancelButton().isSelected(state)) { + && getSaveCancelSection().getSaveButton().isSelected(state)) { project.setBegin((java.util.Date) data.get(SciProject.BEGIN)); project.setEnd((java.util.Date) data.get(SciProject.END)); project.setProjectShortDescription((String) data.get(