NEW: log hooks loading
This will help debugging bad hooks behavior.
This commit is contained in:
parent
c42859e85a
commit
0d897a1307
@ -95,6 +95,7 @@ class HookManager
|
|||||||
$pathroot = '';
|
$pathroot = '';
|
||||||
|
|
||||||
// Include actions class overwriting hooks
|
// Include actions class overwriting hooks
|
||||||
|
dol_syslog('Loading hook:' . $actionfile, LOG_INFO);
|
||||||
$resaction=dol_include_once($path.$actionfile);
|
$resaction=dol_include_once($path.$actionfile);
|
||||||
if ($resaction)
|
if ($resaction)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user