Don't add a path on the full changeset link
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 28 Jan 2006 19:32:37 +0000 (19:32 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 28 Jan 2006 19:32:37 +0000 (19:32 +0000)
diff.php

index ddb16ea39df0ac08dfd3ef1af930d857e6cf8795..3390481fdd4904ba1821a5af74f85802b30aa6ab 100644 (file)
--- 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);