Browse Source

bonus.php

root 9 years ago
parent
commit
9bb43f83a7
1 changed files with 1 additions and 1 deletions
  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'])),