From 0a03aeb2834a0b4d05e45f570a2aab8f21856faa Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 28 Jan 2006 21:53:29 +0000 Subject: [PATCH] Select the right repository in the selection list --- global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.php b/global.php index 8d2faac..d920725 100644 --- a/global.php +++ b/global.php @@ -66,7 +66,7 @@ if ($show['reposchooser']) { $value = $option; $display = $option; - $selected = ($viewsvn->paths->repos == $option ? true : false); + $selected = ($controller->repos == $option ? true : false); eval('$html .= "' . $template->fetch('select_option') . '";'); } $options = $html; -- 2.22.5