Fehler #2400 FormprocessException, modul Shortcut
git-svn-id: https://svn.libreccm.org/ccm/trunk@3124 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ea9939daed
commit
8d1ecf4a68
|
|
@ -131,7 +131,7 @@ public class ShortcutForm extends Form {
|
||||||
.addError("You must enter an absolute path "
|
.addError("You must enter an absolute path "
|
||||||
+ "(starting with '/') or a fully "
|
+ "(starting with '/') or a fully "
|
||||||
+ "qualified URL (starting with 'http://' or 'https://')");
|
+ "qualified URL (starting with 'http://' or 'https://')");
|
||||||
throw new FormProcessException("invalid URL");
|
throw new FormProcessException(GlobalizationUtil.globalize("shortcuts.ui.invalid_key"));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue