In der Klasse ccm-cms/src/com/arsdigita/cms/ui/UserAdminPane.java die FormProcessException in der Zeile 175 umgebaut.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3179 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-02-15 15:16:48 +00:00
parent e7318a4626
commit c0399d9310
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@ public class UserAdminPane extends SimpleContainer {
final String[] users = (String[]) data.get("users");
if (users == null) {
throw new FormProcessException
(lz("cms.ui.workflow.no_users_were_selected"));
throw new FormProcessException(GlobalizationUtil.globalize(
"cms.ui.workflow.no_users_were_selected"));
} else {
User user;
ContentSection section = CMS.getContext().getContentSection();