From aeab813478241e0a79ccbbad67069a2aeb23cd40 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 10 Jan 2006 06:04:34 +0000 Subject: [PATCH] Forgot to change this $repos to $viewsvn->paths->repos --- global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.php b/global.php index f3728b2..3d6eefc 100644 --- a/global.php +++ b/global.php @@ -61,7 +61,7 @@ if ($show['reposchooser']) { $value = $option; $display = $option; - $selected = ($repos == $option ? true : false); + $selected = ($viewsvn->paths->repos == $option ? true : false); eval('$html .= "' . $template->fetch('select_option') . '";'); } $options = $html; -- 2.22.5