Don't need the second and third arguments for the log link
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 06:31:48 +0000 (06:31 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 06:31:48 +0000 (06:31 +0000)
browse.php

index 6b122ede9bf4b8dedc7c970a8db60991c6bf4892..e01213ee506699af4a2baa798ce9df6ff737fa8e 100644 (file)
@@ -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'])