projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e466d37
)
fix Exception arguments
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 23 Jun 2009 02:59:55 +0000
(22:59 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 23 Jun 2009 02:59:55 +0000
(22:59 -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
7722607
..
7bb1087
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs/Git.php
+++ b/
framework/Vcs/lib/Horde/Vcs/Git.php
@@
-482,7
+482,7
@@
class Horde_Vcs_File_Git extends Horde_Vcs_File
if (!empty($revs)) {
if (stripos($revs[0], 'fatal') === 0) {
- throw new Horde_Vcs_Exception(
$revs
);
+ throw new Horde_Vcs_Exception(
implode(', ', $revs)
);
}
$this->_revlist[$key] = $revs;