mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed problem to edit custom graphs on search
This commit is contained in:
parent
ca89029c99
commit
3c1336d298
@ -184,7 +184,7 @@ function custom_graphs_search($id_group, $search)
|
||||
FROM tgraph_source
|
||||
WHERE id_graph = '.$graph['id_graph'].''
|
||||
);
|
||||
|
||||
$graphs[$graph['id_graph']]['id_graph'] = $graph['id_graph'];
|
||||
$graphs[$graph['id_graph']]['graphs_count'] = $graphsCount;
|
||||
$graphs[$graph['id_graph']]['name'] = $graph['name'];
|
||||
$graphs[$graph['id_graph']]['description'] = $graph['description'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user