diff --git a/core/php/core.inc.php b/core/php/core.inc.php index 2502e1ea54..39931a6d78 100644 --- a/core/php/core.inc.php +++ b/core/php/core.inc.php @@ -69,9 +69,9 @@ function jeedomAutoload($_classname) { try { include_file('core', $classname, 'class', $classname); } catch (Exception $e) { - + log::add( 'plugin', 'error', $e->getMessage()); } catch (Error $e) { - + log::add( 'plugin', 'error', $e->getMessage()); } } }