mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed error with agent containts space. Tiquet: #2656
This commit is contained in:
parent
6a3ead3ca4
commit
2364359181
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user