Fixed the visualization of the combined graph item from the new visual console

This commit is contained in:
Alejandro Gallardo Escobar 2019-06-12 08:48:51 +02:00
parent 51d5e1d951
commit d3da3747dd
1 changed files with 1 additions and 5 deletions

View File

@ -207,11 +207,7 @@ final class ModuleGraph extends Item
// Custom graph.
if (empty($customGraphId) === false) {
$customGraph = \db_get_row_filter(
'tgraph',
'id_graph',
$customGraphId
);
$customGraph = \db_get_row('tgraph', 'id_graph', $customGraphId);
$params = [
'period' => $period,