projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
759d929
)
fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 18 Aug 2010 21:47:20 +0000
(17:47 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 18 Aug 2010 21:47:20 +0000
(17:47 -0400)
trean/lib/Block/tree_menu.php
patch
|
blob
|
history
diff --git
a/trean/lib/Block/tree_menu.php
b/trean/lib/Block/tree_menu.php
index
f97d554
..
11e2dfb
100644
(file)
--- a/
trean/lib/Block/tree_menu.php
+++ b/
trean/lib/Block/tree_menu.php
@@
-49,7
+49,7
@@
class Horde_Block_trean_tree_menu extends Horde_Block
false,
array(
'icon' => Horde_Themes::img('tree/folder.png'),
- 'url' => $browse->copy()->add('f', $folder->getId()
+ 'url' => $browse->copy()->add('f', $folder->getId()
)
)
);
}