Fixed the case "bulk module edit" had failed when selecting "Select modules first".
This commit is contained in:
parent
ee9d6c75fe
commit
5cf90eeb27
|
@ -171,7 +171,7 @@ if (is_ajax ()) {
|
|||
$nameAgents = array();
|
||||
|
||||
foreach ($nameAgents as $nameAgent) {
|
||||
$names[] = $nameAgent['name'];
|
||||
$names[] = io_safe_output($nameAgent['name']);
|
||||
}
|
||||
|
||||
echo json_encode($names);
|
||||
|
|
Loading…
Reference in New Issue