Fixed the case "bulk module edit" had failed when selecting "Select modules first".
This commit is contained in:
parent
4556e9d1dd
commit
c878b169ce
|
@ -165,7 +165,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