It can be done by adding
if(is_array($data)) { $res = $data[0]; }
on line 712 in the put function
Log in to post a comment.