Browse Source

fix 02f7548245 merci les relecteurs :)

issue_4622
b_b 2 years ago
parent
commit
d07b859fbc
  1. 2
      ecrire/iterateur/data.php

2
ecrire/iterateur/data.php

@ -647,7 +647,7 @@ function inc_sql_to_array_dist($data) {
* @return array|bool
*/
function inc_json_to_array_dist($data) {
if (is_array($json = json_decode($u, true))) {
if (is_array($json = json_decode($data, true))) {
return (array)$json;
}
}

Loading…
Cancel
Save