From becce78b9b5d20b0d93ba7c5596b71743350f015 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 21:00:21 +0000 Subject: [PATCH] Fixing SVNCommon::construct_file_changes() --- includes/svncommon.php | 2 +- templates/default/file_change.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/svncommon.php b/includes/svncommon.php index 70d293d..77c6f3e 100644 --- a/includes/svncommon.php +++ b/includes/svncommon.php @@ -219,7 +219,7 @@ class SVNCommon $link['from'] = $viewsvn->path . '/view.php/' . $repos . '/' . $matches[1] . Paths::fetch_rev_str(false, $matches[2]); } - $link['file'] = $viewsvn->path . '/view.php/' . $repos . '/' . $file['file'] . Paths::fetch_rev_str(false, $revision); + $link['file'] = $viewsvn->path . '/view.php/' . $repos . $file['value'] . Paths::fetch_rev_str(false, $revision); eval('$files .= "' . $viewsvn->template->fetch('file_change') . '";'); } diff --git a/templates/default/file_change.tpl b/templates/default/file_change.tpl index be37414..81f706e 100644 --- a/templates/default/file_change.tpl +++ b/templates/default/file_change.tpl @@ -1 +1 @@ -
$file[file] ({@"from"} $file[from])
+
$file[value] ({@"from"} $file[from])
-- 2.22.5