NEW: log hooks loading

This will help debugging bad hooks behavior.
This commit is contained in:
Raphaël Doursenaud 2015-07-20 18:30:45 +02:00
parent c42859e85a
commit 0d897a1307

View File

@ -95,6 +95,7 @@ class HookManager
$pathroot = '';
// Include actions class overwriting hooks
dol_syslog('Loading hook:' . $actionfile, LOG_INFO);
$resaction=dol_include_once($path.$actionfile);
if ($resaction)
{