From: Michael M Slusarz Date: Thu, 29 Jan 2009 22:32:12 +0000 (-0700) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=edf85237367dc61c78d47b8c8cd7d6db51f0e634;p=horde.git Fix typo --- diff --git a/chora/browse.php b/chora/browse.php index 5d5f30a24..5370ed2e6 100644 --- 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'; }