From: Robert Sesek Date: Sat, 28 Jan 2006 19:32:37 +0000 (+0000) Subject: Don't add a path on the full changeset link X-Git-Tag: pre-node-objects~11 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=5f2f7997d3e2c4ead24a063dc3763ca860f61182;p=viewsvn.git Don't add a path on the full changeset link --- 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);