Merge pull request #3291 from GPCsolutions/hookslogging
NEW: log hooks loading
This commit is contained in:
commit
eb33624b99
@ -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