Merge pull request #4570 from frederic34/patch-8
Update CMailFile.class.php
This commit is contained in:
commit
c9c5484805
@ -375,7 +375,7 @@ class CMailFile
|
|||||||
|
|
||||||
if (empty($conf->global->MAIN_DISABLE_ALL_MAILS))
|
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 = new HookManager($db);
|
||||||
$hookmanager->initHooks(array(
|
$hookmanager->initHooks(array(
|
||||||
'maildao'
|
'maildao'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user