PR: ports/141778 Submitted by: Bernhard Froehlich <decke at bluelife.at> Obtained from: CPAN RT Bug# 37388 [1] [1] http://rt.cpan.org/Public/Bug/Display.html?id=37388#txn-543810
11 lines
399 B
Perl
11 lines
399 B
Perl
--- lib/SVN/Web/View.pm Sun Apr 29 23:22:51 2007
|
|
+++ lib/SVN/Web/View.pm Mon Dec 15 02:29:44 2008
|
|
@@ -134,7 +134,7 @@
|
|
my $rev = $act_rev;
|
|
|
|
# Get the log for this revision of the file
|
|
- $ra->get_log([$path], $rev, $rev, 1, 1, 1,
|
|
+ $ra->get_log([$self->rpath], $rev, $rev, 1, 1, 1,
|
|
sub { $self->{REV} = $self->_log(@_) });
|
|
|
|
# Get the text for this revision of the file
|