rabin 6 months ago
parent
commit
9a2b0d7120
1 changed files with 2 additions and 2 deletions
  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'];