Set help menu tree URLs to raw mode
authorChuck Hagenbuch <chuck@horde.org>
Tue, 4 Jan 2011 13:51:34 +0000 (08:51 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 4 Jan 2011 15:26:35 +0000 (10:26 -0500)
horde/services/help/index.php

index 194c3d3..1097852 100644 (file)
@@ -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
             ));