bugfix [ 1008283 ]. Add new user not working for secondary admins.

This commit is contained in:
Leendert Bottelberghs 2004-09-02 15:49:28 +00:00
parent 063069934d
commit c4114ac1ff

View file

@ -149,7 +149,7 @@ sub process {
} elsif (WebGUI::Grouping::isInGroup(11)) {
%hash = (
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
);
}