Radio should return string value, not array
-
I’m using some hook to handle posted data, and I saw that radio value are transformed in array, even if their POST parameters aren’t.
In modules/checkbox.php, line 225, you shouldn’t cast to array for radio values.
$posted_items = $posted_data[$tag->name];
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Radio should return string value, not array’ is closed to new replies.