Merge branch 'ent-4202-visualizacion-de-graficas-combinadas' into 'develop'

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

See merge request artica/pandorafms!2495
This commit is contained in:
Daniel Rodriguez 2019-06-12 11:06:24 +02:00
commit faba28f61b
1 changed files with 1 additions and 5 deletions

View File

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