瀏覽代碼

FIX #19476

ksar 3 年之前
父節點
當前提交
f66f3e7355
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/ticket/card.php

+ 1 - 1
htdocs/ticket/card.php

@@ -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)));