Skip to content
Snippets Groups Projects
Commit 6a62b927 authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix JSON parsing

parent cd3cf233
No related branches found
No related tags found
No related merge requests found
......@@ -401,10 +401,8 @@ class ApiJsonDataParser extends JsonDataParser {
}
unset($info);
}
if (is_array($value)) {
$value = $this->fixup($value);
}
}
unset($value);
return $current;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment