root hace 9 años
padre
commit
9bb43f83a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'])),