Pārlūkot izejas kodu

Merge branch 'web_sannong_fr'

15313670163 1 mēnesi atpakaļ
vecāks
revīzija
5651728ed7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -941,7 +941,7 @@ class NewsService implements NewsServiceInterface
                         } else {
                             $choice_id[0] = $choice['other']['other_id'];
                         }
-                        // return Result::success($data['choice_id']);
+                        array_push($data['choice_id'],$choice['other']['other_id']);
                     }
                     // return Result::success($data);
                     $choice = ArticleSurvey::whereIn('id', $data['choice_id'])