Skip to content

Commit

Permalink
fixed missing peg revision when determine default op in multiview mod…
Browse files Browse the repository at this point in the history
…e (fixed #314)
  • Loading branch information
dirk-thomas committed Feb 10, 2011
1 parent fd0d3ab commit 9ea3591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsvn.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
break;
default:
$svnrep = new SVNRepository($rep);
if ($svnrep->isFile($path, $rev)) {
if ($svnrep->isFile($path, $rev, $peg)) {
$file = 'filedetails.php';
} else {
$file = 'listing.php';
Expand Down

0 comments on commit 9ea3591

Please sign in to comment.