OMEGA\ericyh.huang hace 2 años
padre
commit
6294acb8b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/be/app/Http/Controllers/HealthyPassPortController.php

+ 1
- 1
src/be/app/Http/Controllers/HealthyPassPortController.php Ver fichero

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