mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch 'develop' of https://brutus.artica.lan:8081/artica/pandorafms into develop
This commit is contained in:
commit
ab602d2f1d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user