lvhao 5 달 전
부모
커밋
1a2360fafd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Transfer.php

+ 1 - 1
core/CoreApp/controllers/Transfer.php

@@ -2593,7 +2593,7 @@ class Transfer extends Start_Controller {
 				// }else{
 				// 	$str .= "<br>";
 				// }
-				$final_list[$key]['time'] = trim($str,'<br>');
+				$final_list[$key]['time'] = trim($final_list[$key]['time'],'<br>');
 			}