projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
862a375
)
Fix passing onb parameter.
author
Jan Schneider
<jan@horde.org>
Tue, 24 Aug 2010 12:53:05 +0000
(14:53 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 24 Aug 2010 12:53:05 +0000
(14:53 +0200)
chora/browsedir.php
patch
|
blob
|
history
diff --git
a/chora/browsedir.php
b/chora/browsedir.php
index
007c4f9
..
b638b8e
100644
(file)
--- a/
chora/browsedir.php
+++ b/
chora/browsedir.php
@@
-53,7
+53,10
@@
foreach ($umap as $key => $val) {
if ($acts['sbt'] == $val) {
$arg['ord'] = !$acts['ord'];
}
- $url[$key] = Chora::url('browsedir', $where . '/', $arg, array('onb' => $onb));
+ if ($onb) {
+ $arg['onb'] = $onb;
+ }
+ $url[$key] = Chora::url('browsedir', $where . '/', $arg);
}
$branches = array();