[UPDATE]
In der Klasse ccm-cms/src/com/arsdigita/cms/ui/authoring/TextAssetBody.java die FormProcessException in der Zeile 357 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3175 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
80e119f81c
commit
7fd5057c7b
|
|
@ -354,9 +354,8 @@ public abstract class TextAssetBody extends SecurityPropertyEditor
|
|||
fs.read(file_bytes);
|
||||
fs.close();
|
||||
} catch (Exception e) {
|
||||
throw new FormProcessException((String) GlobalizationUtil.
|
||||
globalize("cms.ui.authoring.unable_to_load_file").
|
||||
localize() + e.getMessage());
|
||||
throw new FormProcessException(GlobalizationUtil.
|
||||
globalize("cms.ui.authoring.unable_to_load_file"));
|
||||
}
|
||||
return file_bytes;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue