Update CMailFile.class.php

This commit is contained in:
Frédéric FRANCE 2016-02-04 17:12:58 +01:00
parent e22664b8cf
commit a656607122

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'