projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d215c6
)
Fix url encoding.
author
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 10:12:31 +0000
(12:12 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 13:35:09 +0000
(15:35 +0200)
horde/admin/groups.php
patch
|
blob
|
history
diff --git
a/horde/admin/groups.php
b/horde/admin/groups.php
index
830b373
..
8355991
100644
(file)
--- a/
horde/admin/groups.php
+++ b/
horde/admin/groups.php
@@
-206,7
+206,7
@@
$nodes[Horde_Group::ROOT] = Horde_Group::ROOT;
/* Set up some node params. */
$spacer = ' ';
$group_node = array('icon' => strval(Horde_Themes::img('group.png')));
-$group_url = Horde::url('admin/groups.php');
+$group_url = Horde::url('admin/groups.php'
, true
);
$add = $group_url->copy()->add('actionID', 'addchild');
$add_img = Horde::img('add_group.png');
$edit = $group_url->copy()->add('actionID', 'edit');