dever hace 7 años
padre
commit
8d63d2d552
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {