fixed errors in massive operation edit modules
Former-commit-id: 2d2fa21660369607e6c206d269b12d2041f74a1a
This commit is contained in:
parent
86b1a3e424
commit
7e2fb25e27
|
@ -56,12 +56,8 @@ if ($update) {
|
||||||
$agents_select = array();
|
$agents_select = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($agents_select as $agent_name) {
|
$agents_ = $agents_select;
|
||||||
$agents_[] = agents_get_agent_id($agent_name);
|
|
||||||
}
|
|
||||||
|
|
||||||
$modules_ = $module_name;
|
$modules_ = $module_name;
|
||||||
|
|
||||||
}
|
}
|
||||||
else if ($selection_mode == 'agents') {
|
else if ($selection_mode == 'agents') {
|
||||||
$force = get_parameter('force_group', false);
|
$force = get_parameter('force_group', false);
|
||||||
|
|
Loading…
Reference in New Issue