mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed the case "bulk module edit" had failed when selecting "Select modules first".
This commit is contained in:
parent
a92e5937a8
commit
4c4b7f7a36
@ -171,7 +171,7 @@ if (is_ajax ()) {
|
|||||||
$nameAgents = array();
|
$nameAgents = array();
|
||||||
|
|
||||||
foreach ($nameAgents as $nameAgent) {
|
foreach ($nameAgents as $nameAgent) {
|
||||||
$names[] = $nameAgent['name'];
|
$names[] = io_safe_output($nameAgent['name']);
|
||||||
}
|
}
|
||||||
|
|
||||||
echo json_encode($names);
|
echo json_encode($names);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user