lvhao 1 tháng trước cách đây
mục cha
commit
7a62154880
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/controllers/Color.php

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

@@ -682,7 +682,7 @@ class Color extends Start_Controller {
 			$str .= "<td>".$value['craft_process']."</td>";
 			$str .= "<td>".$value['time']."</td>";
 			$str .= "<td ><table border='0'><tr class='fixed-height' >";
-			foreach ($img_list as $img) {
+			foreach ($value['img'] as $img) {
 				$str .= '<td >'.$img.'</td>';
 			  
 			}