From 40b819fd7c8a68fc568fb00e4ae441584adb33ec Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 19:00:28 +0000 Subject: [PATCH] Fix the repository switcher --- repository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.php b/repository.php index 7522ecb..7f29e06 100644 --- a/repository.php +++ b/repository.php @@ -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; } } -- 2.22.5