projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
545546d
)
Set help menu tree URLs to raw mode
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 4 Jan 2011 13:51:34 +0000
(08:51 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 4 Jan 2011 15:26:35 +0000
(10:26 -0500)
horde/services/help/index.php
patch
|
blob
|
history
diff --git
a/horde/services/help/index.php
b/horde/services/help/index.php
index
194c3d3
..
1097852
100644
(file)
--- 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
));