bugfix [ 1008283 ]. Add new user not working for secondary admins.
This commit is contained in:
parent
063069934d
commit
c4114ac1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ sub process {
|
||||||
} elsif (WebGUI::Grouping::isInGroup(11)) {
|
} elsif (WebGUI::Grouping::isInGroup(11)) {
|
||||||
%hash = (
|
%hash = (
|
||||||
WebGUI::URL::page('op=listGroupsSecondary')=>WebGUI::International::get(5),
|
WebGUI::URL::page('op=listGroupsSecondary')=>WebGUI::International::get(5),
|
||||||
WebGUI::URL::page('op=addUserSecondary')=>WebGUI::International::get(169),
|
WebGUI::URL::page('op=addUser')=>WebGUI::International::get(169),
|
||||||
%hash
|
%hash
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue