Fixed problems with title when open graph in tree view in meta and nodo, tiquet: #2077

This commit is contained in:
m-lopez-f 2015-04-21 10:44:50 +02:00
parent 6c26961534
commit 896e6329c8
1 changed files with 1 additions and 1 deletions

View File

@ -1342,7 +1342,7 @@ class Tree {
"type" => $graphType,
"period" => SECONDS_1DAY,
"id" => $module['id'],
"label" => rawurlencode(urlencode(base64_encode($module['name']))),
"label" => base64_encode($module['name']),
"refresh" => SECONDS_10MINUTES
);