projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68bcb60
)
Fix variable name.
author
Jan Schneider
<jan@horde.org>
Tue, 24 Aug 2010 13:54:51 +0000
(15:54 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 24 Aug 2010 13:54:51 +0000
(15:54 +0200)
framework/Vcs/lib/Horde/Vcs/Git.php
patch
|
blob
|
history
diff --git
a/framework/Vcs/lib/Horde/Vcs/Git.php
b/framework/Vcs/lib/Horde/Vcs/Git.php
index
17da11b
..
2190bb3
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs/Git.php
+++ b/
framework/Vcs/lib/Horde/Vcs/Git.php
@@
-787,7
+787,7
@@
class Horde_Vcs_Patchset_Git extends Horde_Vcs_Patchset
$revs = array();
if (isset($opts['file'])) {
- $ob = $rep->getFileObject($
file
);
+ $ob = $rep->getFileObject($
opts['file']
);
$revs = $ob->queryLogs();
} elseif (!empty($opts['range'])) {
foreach ($opts['range'] as $val) {