dever 6 năm trước cách đây
mục cha
commit
6859ffbc99
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      act/lib/Form.php

+ 1 - 1
act/lib/Form.php

@@ -25,7 +25,7 @@ class Form
         if ($info) {
             $key = array_rand($info);
             if (isset($info[$key])) {
-            	$update['where_id'] $info[$key]['id'];
+            	$update['where_id'] = $info[$key]['id'];
             	$update['num'] = $info[$key]['num'] + 1;
             	Dever::db('act/form_id')->update($update);
             	return $info[$key]['form_id'];