Browse Source

Updated public

north 7 năm trước cách đây
mục cha
commit
3424768b09
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      www/protected/controllers/JRecordController.php

+ 1 - 1
www/protected/controllers/JRecordController.php

@@ -146,7 +146,7 @@ class JRecordController extends AdminController
                     $data[] = $row;
                 }
             }
-            $type_name = JRecord::$status_options[$type]['name'];
+            $type_name = Gift::$type_options[$type]['name'];
         } else {
             $data = $parsedRows;
             $type_name = '全部';