projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7618bd
)
Fix variable.
author
Jan Schneider
<jan@horde.org>
Tue, 24 Aug 2010 15:23:45 +0000
(17:23 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 24 Aug 2010 15:23:45 +0000
(17:23 +0200)
framework/Vcs/lib/Horde/Vcs/Svn.php
patch
|
blob
|
history
diff --git
a/framework/Vcs/lib/Horde/Vcs/Svn.php
b/framework/Vcs/lib/Horde/Vcs/Svn.php
index
c91073e
..
2426604
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs/Svn.php
+++ b/
framework/Vcs/lib/Horde/Vcs/Svn.php
@@
-124,7
+124,7
@@
class Horde_Vcs_Svn extends Horde_Vcs
*/
public function checkout($fullname, $rev)
{
- $
rep
->assertValidRevision($rev);
+ $
this
->assertValidRevision($rev);
if ($RCS = popen($this->getCommand() . ' cat -r ' . escapeshellarg($rev) . ' ' . escapeshellarg($fullname) . ' 2>&1', VC_WINDOWS ? 'rb' : 'r')) {
return $RCS;