projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab4578
)
Load through autoloader, path is incorrect anyway. How did this ever work?
author
Jan Schneider
<jan@horde.org>
Fri, 9 Jan 2009 14:05:50 +0000
(15:05 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 9 Jan 2009 14:05:54 +0000
(15:05 +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
e6b7ef0
..
812ced3
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs.php
+++ b/
framework/Vcs/lib/Horde/Vcs.php
@@
-1,7
+1,4
@@
<?php
-
-require_once dirname(__FILE__) . '/VC/Exception.php';
-
/* Need to define this outside of class since constants in class can not be
* assigned from a function return. */
define('VC_WINDOWS', !strncasecmp(PHP_OS, 'WIN', 3));