소스 검색

bonus.php

root 9 년 전
부모
커밋
9bb43f83a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      admin/control/bonus.php

+ 1 - 1
admin/control/bonus.php

@@ -36,7 +36,7 @@ class bonusControl extends SystemControl
     {
         $type_id = $_POST['type_id'] ? $_POST['type_id'] : 0;
         $bonus_value = array(
-            'type_name' => $_POST['type_name'],
+            'type_name' => $_POST['hb_words'],
             'send_type' => $_POST['send_type'],
             'send_start_date' => strtotime(trim($_POST['send_start_date'])),
             'send_end_date' => strtotime(trim($_POST['send_end_date'])),