Fixed error with agent containts space. Tiquet: #2656

This commit is contained in:
m-lopez-f 2015-08-31 15:21:45 +02:00
parent 6a3ead3ca4
commit 2364359181
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ if ($delete) {
}
foreach ($agents_select as $agent_name) {
$agents_[] = agents_get_agent_id($agent_name);
$agents_[] = agents_get_agent_id(io_safe_output($agent_name));
}
$modules_ = $module_name;
break;