|
@@ -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,
|
|
|
|
|
|
];
|