From 422d703e5044c5de146528fb6c4f959a45cc504a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Apr 2007 06:03:05 +0000 Subject: [PATCH] In our "go to head" link in view.php, we want to use view and not browse as the action --- view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.php b/view.php index 396051e..b2aa13b 100644 --- a/view.php +++ b/view.php @@ -39,7 +39,7 @@ if ($input->in['rev']) if ($headRev->revision != $revision->revision) { $show['head'] = true; - $link['gohead'] = ConstructLink('browse', $input->in['repos'], $input->in['path'], 0); + $link['gohead'] = ConstructLink('view', $input->in['repos'], $input->in['path'], 0); } } -- 2.22.5