From: Chuck Hagenbuch Date: Tue, 4 Jan 2011 13:51:34 +0000 (-0500) Subject: Set help menu tree URLs to raw mode X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4432c617393d6ae7ceec2101491330e3ae29cb32;p=horde.git Set help menu tree URLs to raw mode --- 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 ));