mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed problems with title when open graph in tree view in meta and nodo, tiquet: #2077
This commit is contained in:
parent
6c26961534
commit
896e6329c8
@ -1342,7 +1342,7 @@ class Tree {
|
|||||||
"type" => $graphType,
|
"type" => $graphType,
|
||||||
"period" => SECONDS_1DAY,
|
"period" => SECONDS_1DAY,
|
||||||
"id" => $module['id'],
|
"id" => $module['id'],
|
||||||
"label" => rawurlencode(urlencode(base64_encode($module['name']))),
|
"label" => base64_encode($module['name']),
|
||||||
"refresh" => SECONDS_10MINUTES
|
"refresh" => SECONDS_10MINUTES
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user