Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 29 Jan 2009 22:32:12 +0000 (15:32 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 29 Jan 2009 22:33:00 +0000 (15:33 -0700)
chora/browse.php

index 5d5f30a..5370ed2 100644 (file)
@@ -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';
         }