dever 7 rokov pred
rodič
commit
8d63d2d552
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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) {