From 4432c617393d6ae7ceec2101491330e3ae29cb32 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 4 Jan 2011 08:51:34 -0500 Subject: [PATCH] Set help menu tree URLs to raw mode --- horde/services/help/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/services/help/index.php b/horde/services/help/index.php index 194c3d3b9..109785250 100644 --- a/horde/services/help/index.php +++ b/horde/services/help/index.php @@ -92,7 +92,7 @@ case 'sidebar': $node_params = $node_params_master; $parent = null; - $node_params['url'] = $base_url->copy()->add(array( + $node_params['url'] = $base_url->copy()->setRaw(true)->add(array( 'show' => 'entry', 'topic' => $id )); -- 2.11.0