OMEGA\ericyh.huang 1 anno fa
parent
commit
6294acb8b0

+ 1
- 1
src/be/app/Http/Controllers/HealthyPassPortController.php Vedi File

66
             $filler_content = json_decode($survey_data->filler_content, true);
66
             $filler_content = json_decode($survey_data->filler_content, true);
67
             $clearAction = [];
67
             $clearAction = [];
68
             foreach($filler_content as $key => $content){
68
             foreach($filler_content as $key => $content){
69
-                array_push($buildActions, $this->buildActionsRequest("removeTag", $content));
69
+                array_push($clearAction, $this->buildActionsRequest("removeTag", $content));
70
             }
70
             }
71
         }
71
         }
72
         
72