Merge remote-tracking branch 'origin/3.8' into develop

This commit is contained in:
Juanjo Menent 2015-08-06 22:14:45 +02:00
commit 1fdf4b69f8

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)
{