AI 1 hónapja
szülő
commit
9d920474e1
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      app/JsonRpc/NewsService.php

+ 4 - 4
app/JsonRpc/NewsService.php

@@ -270,7 +270,7 @@ class NewsService implements NewsServiceInterface
                             'survey_name' => $survey_name,
                             'choice_name' => $value[1],
                             'is_other' => 1,
-                            'orther_id' => 0,
+                            'other_id' => 0,
                             'results' => 0,
 
                         ];
@@ -282,7 +282,7 @@ class NewsService implements NewsServiceInterface
                             'survey_name' => $survey_name,
                             'choice_name' => $value,
                             'is_other' => 0,
-                            'orther_id' => 0,
+                            'other_id' => 0,
                             'results' => 0,
 
                         ];
@@ -383,7 +383,7 @@ class NewsService implements NewsServiceInterface
                             'survey_name' => $survey_name,
                             'choice_name' => $value[1],
                             'is_other' => 1,
-                            'orther_id' => 0,
+                            'other_id' => 0,
                             'results' => 0,
 
                         ];
@@ -395,7 +395,7 @@ class NewsService implements NewsServiceInterface
                             'survey_name' => $survey_name,
                             'choice_name' => $value,
                             'is_other' => 0,
-                            'orther_id' => 0,
+                            'other_id' => 0,
                             'results' => 0,
 
                         ];