Merge pull request #4570 from frederic34/patch-8

Update CMailFile.class.php
This commit is contained in:
Laurent Destailleur 2016-02-05 10:58:42 +01:00
commit c9c5484805

View File

@ -375,7 +375,7 @@ class CMailFile
if (empty($conf->global->MAIN_DISABLE_ALL_MAILS))
{
dol_include_once('/core/class/hookmanager.class.php');
require_once DOL_DOCUMENT_ROOT . '/core/class/hookmanager.class.php';
$hookmanager = new HookManager($db);
$hookmanager->initHooks(array(
'maildao'