From 896e6329c839e9ff6c0782e7625e4f6ac9f4d683 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 21 Apr 2015 10:44:50 +0200 Subject: [PATCH] Fixed problems with title when open graph in tree view in meta and nodo, tiquet: #2077 --- pandora_console/include/class/Tree.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/Tree.class.php b/pandora_console/include/class/Tree.class.php index cdfdb95cd0..1069f9e0f5 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -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 );