mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Error fixes
This commit is contained in:
parent
f011da23d3
commit
3b3277fbba
@ -501,7 +501,7 @@ function treeview_printTable($id_agente, $server_data = array()) {
|
||||
"operation/agentes/interface_traffic_graph_win.php?" .
|
||||
"params=$params_encoded";
|
||||
}
|
||||
else if (!empty($server)) {
|
||||
else if (!empty($server_data)) {
|
||||
$graph_url = ui_meta_get_url_console_child(
|
||||
$server_data, null, null, null, null,
|
||||
"operation/agentes/interface_traffic_graph_win.php?" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user