implemented massive edition of safe operation mode

This commit is contained in:
alejandro.campos@artica.es 2023-04-10 12:33:18 +02:00
parent c2a21a42ca
commit 3b7e57c93f
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ if ($update_agents) {
$result = [];
foreach ($id_agents as $id_agent) {
if (is_metaconsole() === true) {
$array_id = explode('|', $id_agent);
try {
$node = new Node((int) $array_id[0]);