From 5f2f7997d3e2c4ead24a063dc3763ca860f61182 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 28 Jan 2006 19:32:37 +0000 Subject: [PATCH] Don't add a path on the full changeset link --- diff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff.php b/diff.php index ddb16ea..3390481 100644 --- a/diff.php +++ b/diff.php @@ -65,7 +65,7 @@ if ($low == 0) $show['fullchangeset'] = (Paths::is_root_path($controller->path) ? false : true); if ($show['fullchangeset']) { - $link['changeset'] = $controller->href_struct('diff.php' . Paths::fetch_rev_str(true, $high, $low), $controller->repos . '/'); + $link['changeset'] = $controller->href_struct('diff.php' . Paths::fetch_rev_str(true, $high, $low), ''); } $log = $controller->cachev->fetch_revision($high); -- 2.22.5