projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f3cb1
)
Fix variable scope.
author
Jan Schneider
<jan@horde.org>
Mon, 2 Feb 2009 11:37:45 +0000
(12:37 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 2 Feb 2009 11:37:45 +0000
(12:37 +0100)
chora/lib/Block/tree_menu.php
patch
|
blob
|
history
diff --git
a/chora/lib/Block/tree_menu.php
b/chora/lib/Block/tree_menu.php
index
f2cc9e7
..
8ef543e
100644
(file)
--- a/
chora/lib/Block/tree_menu.php
+++ b/
chora/lib/Block/tree_menu.php
@@
-15,7
+15,7
@@
class Horde_Block_chora_tree_menu extends Horde_Block
$arr = array();
asort($GLOBALS['sourceroots']);
- foreach ($
sourceroots
as $key => $val) {
+ foreach ($
GLOBALS['sourceroots']
as $key => $val) {
if (Chora::checkPerms($key)) {
$tree->addNode($parent . $key,
$parent,