This commit is contained in:
marcos.alconada 2019-06-12 12:59:00 +02:00
commit ab602d2f1d

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,