Skip to content
Snippets Groups Projects
Commit c9c54848 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4570 from frederic34/patch-8

Update CMailFile.class.php
parents 69e0f1eb a6566071
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment