Label in ldapLink was pointed to wrong international reference
This commit is contained in:
parent
1c9de09db1
commit
9db11eba93
1 changed files with 1 additions and 1 deletions
|
|
@ -1683,7 +1683,7 @@ sub ldapLink {
|
|||
$size = 1 unless ($size);
|
||||
$multiple = 0 unless ($multiple);
|
||||
if (_uiLevelChecksOut($uiLevel)) {
|
||||
$label = $label || WebGUI::International::get(1075);
|
||||
$label = $label || WebGUI::International::get("LDAPLink_1075");
|
||||
if (WebGUI::Grouping::isInGroup(3)) {
|
||||
if ($afterEdit) {
|
||||
$subtext = editIcon("op=editLDAPLink&llid=".$value."&afterEdit=".WebGUI::URL::escape($afterEdit));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue