Fixed node connection in visual_map

This commit is contained in:
danielmaya 2018-07-26 15:39:38 +02:00
parent ab900f1e54
commit a38e93b1c1

View File

@ -1731,6 +1731,9 @@ function visual_map_print_item($mode = "read", $layoutData,
$result = array_merge($result, $result_server);
}
if ($connection) {
metaconsole_restore_db();
}
}
}