projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ed4fe
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 29 Jan 2009 22:32:12 +0000
(15:32 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 29 Jan 2009 22:33:00 +0000
(15:33 -0700)
chora/browse.php
patch
|
blob
|
history
diff --git
a/chora/browse.php
b/chora/browse.php
index
5d5f30a
..
5370ed2
100644
(file)
--- a/
chora/browse.php
+++ b/
chora/browse.php
@@
-76,7
+76,7
@@
if ($atdir) {
if ($conf['hide_restricted'] && Chora::isRestricted($currentDir)) {
continue;
}
- $url = Chora::url('browse',
'$where'
. '/' . $currentDir . '/');
+ $url = Chora::url('browse',
$where
. '/' . $currentDir . '/');
$currDir = Text::htmlAllSpaces($currentDir);
require CHORA_TEMPLATES . '/directory/dir.inc';
}