Skip to content

Commit

Permalink
Update CMailFile.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Feb 4, 2016
1 parent e22664b commit a656607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/CMailFile.class.php
Expand Up @@ -375,7 +375,7 @@ function sendfile()

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'
Expand Down

0 comments on commit a656607

Please sign in to comment.