projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3887e34
)
Fix class name detection.
author
Jan Schneider
<jan@horde.org>
Fri, 9 Jan 2009 14:26:05 +0000
(15:26 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 9 Jan 2009 14:26:05 +0000
(15:26 +0100)
framework/Vcs/lib/Horde/Vcs.php
patch
|
blob
|
history
diff --git
a/framework/Vcs/lib/Horde/Vcs.php
b/framework/Vcs/lib/Horde/Vcs.php
index
a929ba1
..
c4287b3
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs.php
+++ b/
framework/Vcs/lib/Horde/Vcs.php
@@
-107,7
+107,7
@@
class Horde_Vcs
*/
public function __construct()
{
- $pos = strpos(get_class($this), '_');
+ $pos = str
r
pos(get_class($this), '_');
$this->_driver = substr(get_class($this), $pos + 1);
}