diff --git a/config/bootstrap.php b/config/bootstrap.php index e225c5ba50688b4b81a61112649991c1c82e57bf..22eb4e3dde138d7f35050e67b635f9aa3d1fc0dc 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -10,7 +10,7 @@ function autoload ($class) // Integrator is required require_once '/usr/share/php/FusionDirectory/autoloader.php'; // avoid error handler requirements error, as it should be one of the first to load ? - require_once dirname(__DIR__).'/library/ErrorHandler.php'; + require_once dirname(__DIR__).'/handlers/ErrorHandler.php'; if (strpos($class, 'PHPMailer') !== FALSE) { require_once("/usr/share/php/libphp-phpmailer/src/Exception.php");