From ebd6ac5a7a3fbee8ae47df209e5669d79aad3116 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 27 Mar 2009 16:25:33 -0400 Subject: [PATCH] make the onb parameter sticky so that if you're viewing a branch, you stay on that branch until you switch --- chora/lib/Chora.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chora/lib/Chora.php b/chora/lib/Chora.php index 2aaf578eb..d11c536c1 100644 --- a/chora/lib/Chora.php +++ b/chora/lib/Chora.php @@ -58,7 +58,8 @@ class Chora 'sbt' => constant($GLOBALS['conf']['options']['defaultsort']), 'sa' => 0, 'ord' => Horde_Vcs::SORT_ASCENDING, - 'ws' => 1 + 'ws' => 1, + 'onb' => 0, ); /* Use the last sourceroot used as the default value if the user has -- 2.11.0