projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc6baf0
)
assign variable
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 17 Jun 2009 03:32:22 +0000
(23:32 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 17 Jun 2009 03:32:22 +0000
(23:32 -0400)
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
0f07467
..
2299b61
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs/Git.php
+++ b/
framework/Vcs/lib/Horde/Vcs/Git.php
@@
-99,7
+99,7
@@
class Horde_Vcs_Git extends Horde_Vcs
public function isFile($where, $branch = null)
{
if (!$branch) {
- $this->getDefaultBranch();
+ $
branch = $
this->getDefaultBranch();
}
$where = str_replace($this->sourceroot() . '/', '', $where);