mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11751 Fix node CSV
This commit is contained in:
parent
4d83071f1c
commit
ed77e042e1
@ -1762,9 +1762,11 @@ function events_get_all(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$string_metaconsole_connections = reset($metaconsole_connections);
|
||||||
|
$explode_metaconsole_connections = explode(',', $string_metaconsole_connections);
|
||||||
$result_meta = Promise\wait(
|
$result_meta = Promise\wait(
|
||||||
parallelMap(
|
parallelMap(
|
||||||
$metaconsole_connections,
|
$explode_metaconsole_connections,
|
||||||
function ($node_int) use ($sql, $history) {
|
function ($node_int) use ($sql, $history) {
|
||||||
try {
|
try {
|
||||||
if (is_metaconsole() === true
|
if (is_metaconsole() === true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user