Commit f9a358cd authored by Goldenscarab's avatar Goldenscarab

Field source - force to array

parent c51a98c7
...@@ -581,7 +581,7 @@ class Field2Bt4 ...@@ -581,7 +581,7 @@ class Field2Bt4
// Appel de la méthode // Appel de la méthode
$response = App::call($call, [$attr_name => $attr_inst])->getData(); $response = App::call($call, [$attr_name => $attr_inst])->getData();
$data = data_get($response, $target); $data = (array) data_get($response, $target);
} }
return $data; return $data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment