Removed instance of @$viewsvn->in
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 1 Sep 2005 01:22:03 +0000 (01:22 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 1 Sep 2005 01:22:03 +0000 (01:22 +0000)
view.php

index a8c902d3dde0af5fc409d7b59a768271888005ee..a6be9bbbde0a4eab435fccb7ab747f5fb520e736 100644 (file)
--- a/view.php
+++ b/view.php
@@ -38,7 +38,7 @@ unset($logmsg['files']);
 
 $logmsg = print_r($logmsg, true);
 
-$catdata = $viewsvn->svn->format(implode("\n", $viewsvn->svn->cat($repos, $relpath, @$viewsvn->in['rev'])));
+$catdata = $viewsvn->svn->format(implode("\n", $viewsvn->svn->cat($repos, $relpath, $viewsvn->paths->fetch_rev_num())));
 
 // ###################################################################