diff options
Diffstat (limited to 'views/default/input/password.php')
-rw-r--r-- | views/default/input/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/password.php b/views/default/input/password.php index 335325c21..62c8fb53d 100644 --- a/views/default/input/password.php +++ b/views/default/input/password.php @@ -8,7 +8,7 @@ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag - * @uses $vars['internalname'] The name of the input field + * @uses $vars['name'] The name of the input field * */ |