Fix include
This commit is contained in:
parent
a06815ac29
commit
3cdb70142d
@ -1268,6 +1268,7 @@ class CMailFile
|
|||||||
$srcfile = $dolibarr_main_data_root."/dolibarr_mail.log";
|
$srcfile = $dolibarr_main_data_root."/dolibarr_mail.log";
|
||||||
$destfile = $dolibarr_main_data_root."/dolibarr_mail.err";
|
$destfile = $dolibarr_main_data_root."/dolibarr_mail.err";
|
||||||
|
|
||||||
|
include_once DOL_DOCUMENT_ROOT.'/core/lib/files.php';
|
||||||
dol_move($srcfile, $destfile, 0, 1, 0, 0);
|
dol_move($srcfile, $destfile, 0, 1, 0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user