mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fix bug in combined graphs
This commit is contained in:
parent
24eeebd6be
commit
a92c3c7ca3
@ -1507,7 +1507,9 @@ function graphic_combined_module(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$agent_module_id = $agent_module_id['module'];
|
if (is_array($agent_module_id)) {
|
||||||
|
$agent_module_id = $agent_module_id['module'];
|
||||||
|
}
|
||||||
|
|
||||||
$module_data = db_get_row_sql(
|
$module_data = db_get_row_sql(
|
||||||
'SELECT * FROM tagente_modulo
|
'SELECT * FROM tagente_modulo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user