Fix the repository switcher
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 19:00:28 +0000 (19:00 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 19:00:28 +0000 (19:00 +0000)
repository.php

index 7522ecbacd4519b125b6b5e2c9da3164a7a232ee..7f29e0676b96bf38a3523cac96709c8601302e75 100644 (file)
@@ -29,7 +29,7 @@ if ($viewsvn->in['repository'])
 {
        if (in_array($viewsvn->in['repository'], $viewsvn->repos->fetch_list()))
        {
-               header('Location: ' . $viewsvn->path . '/' . $viewsvn->paths->out('browse.php', $viewsvn->in['repository'] . '/'));
+               header('Location: ' . $viewsvn->path . '/browse.php/' . $viewsvn->in['repository'] . '/');
                exit;
        }
 }