diff options
Diffstat (limited to 'views/default/input/radio.php')
-rw-r--r-- | views/default/input/radio.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/radio.php b/views/default/input/radio.php index fbfc9c5a1..0ad28423f 100644 --- a/views/default/input/radio.php +++ b/views/default/input/radio.php @@ -11,7 +11,7 @@ * @subpackage Core * * @uses $vars['value'] The current value, if any - * @uses $vars['internalname'] The name of the input field + * @uses $vars['name'] The name of the input field * @uses $vars['options'] An array of strings representing the options for the * radio field as "label" => option * @uses $vars['class'] Additional class of the list. Optional. |