Update CMailFile.class.php
This commit is contained in:
parent
e22664b8cf
commit
a656607122
@ -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