dever 7 năm trước cách đây
mục cha
commit
8d63d2d552
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -58,7 +58,7 @@ class Api
 		if ($survey_id && $survey_answer) {
 			$survey_id = explode('||', $survey_id);
 			$survey_answer = explode('||', $survey_answer);
-			$num = 1;
+			$num = 0;
 			$total = count($survey_id);
 
 			foreach ($survey_id as $k => $v) {