rabin 8 달 전
부모
커밋
9a2b0d7120
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/place/lib/Act.php

+ 2 - 2
src/place/lib/Act.php

@@ -121,8 +121,8 @@ class Act
         }
         $info = $this->getTypeInfo($v['type'], $v['type_id']);
         if ($info) {
-            $info['status'] = $v['status'];
-            $info['status_name'] = $this->db->value('status', $v['status']);
+            #$info['status'] = $v['status'];
+            #$info['status_name'] = $this->db->value('status', $v['status']);
             $info['type'] = $v['type'];
             $info['type_id'] = $v['type_id'];
             $info['data_id'] = $v['id'];