From 5a24a3fe789f101438c0cc775cb1e22a72cc0a2f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 06:31:48 +0000 Subject: [PATCH] Don't need the second and third arguments for the log link --- browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browse.php b/browse.php index 6b122ed..e01213e 100644 --- a/browse.php +++ b/browse.php @@ -33,7 +33,7 @@ $navbar = $controller->construct_breadcrumb(); $node = preg_replace('#(^/|/$)#', '', ($viewsvn->paths->relpath == '' ? $viewsvn->paths->path : $viewsvn->paths->relpath)); $latest = $controller->cachev->fetch_node($node); -$link['log'] = $controller->href_compound('log.php', null, $controller->revstr); +$link['log'] = $controller->href_compound('log.php'); $show['head'] = ($latest['revision'] != $viewsvn->paths->revnum AND $viewsvn->paths->revnum != 'HEAD'); if ($show['head']) -- 2.22.5