From 7558fb0f7482d92b25360852e2a1fcc11a26781f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 23:29:38 +0000 Subject: [PATCH] Change the behaviour of the full changeset link --- diff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff.php b/diff.php index 2f57a53..7a3d837 100644 --- a/diff.php +++ b/diff.php @@ -56,7 +56,7 @@ if ($low == 0) $show['fullchangeset'] = ($viewsvn->paths->is_root_path($path) ? false : true); if ($show['fullchangeset']) { - $link['changeset'] = $viewsvn->paths->out('diff.php' . $viewsvn->paths->fetch_rev_str(true, $high, $high - 1), $repos . '/'); + $link['changeset'] = $viewsvn->paths->out('diff.php' . $viewsvn->paths->fetch_rev_str(true, $low, $high), $repos . '/'); } $log = $viewsvn->svn->common->fetch_log($path, $high); -- 2.22.5