This commit is contained in:
ksar 2021-11-25 15:25:17 +01:00 committed by GitHub
parent 971c892d98
commit f66f3e7355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -568,7 +568,7 @@ if (empty($reshook)) {
if ($ret > 0) {
$log_action = $langs->trans('TicketInitialMessageModified')." \n";
// include the Diff class
dol_include_once('/ticket/class/utils_diff.class.php');
dol_include_once('/core/class/utils_diff.class.php');
// output the result of comparing two files as plain text
$log_action .= Diff::toString(Diff::compare(strip_tags($oldvalue_message), strip_tags($object->message)));