Commit 145fe943 authored by bmortier's avatar bmortier
Browse files

Merge branch...

Merge branch '85-errorhandler-php-is-called-statically-in-config-bootstrap-php-so-fila-patch-should-be-change-due' into 'dev'

Resolve "errorhandler.php is called statically in config/bootstrap.php so file path should be change due to reorganising files"

See merge request !87
Showing with 1 addition and 1 deletion
+1 -1
...@@ -10,7 +10,7 @@ function autoload ($class) ...@@ -10,7 +10,7 @@ function autoload ($class)
// Integrator is required // Integrator is required
require_once '/usr/share/php/FusionDirectory/autoloader.php'; require_once '/usr/share/php/FusionDirectory/autoloader.php';
// avoid error handler requirements error, as it should be one of the first to load ? // 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) { if (strpos($class, 'PHPMailer') !== FALSE) {
require_once("/usr/share/php/libphp-phpmailer/src/Exception.php"); require_once("/usr/share/php/libphp-phpmailer/src/Exception.php");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment