Load through autoloader, path is incorrect anyway. How did this ever work?
authorJan Schneider <jan@horde.org>
Fri, 9 Jan 2009 14:05:50 +0000 (15:05 +0100)
committerJan Schneider <jan@horde.org>
Fri, 9 Jan 2009 14:05:54 +0000 (15:05 +0100)
framework/Vcs/lib/Horde/Vcs.php

index e6b7ef0..812ced3 100644 (file)
@@ -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));