From: Robert Sesek Date: Sat, 28 Jan 2006 21:53:29 +0000 (+0000) Subject: Select the right repository in the selection list X-Git-Tag: pre-node-objects~8 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=0a03aeb2834a0b4d05e45f570a2aab8f21856faa;p=viewsvn.git Select the right repository in the selection list --- 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;