diff options
author | cash <cash.costello@gmail.com> | 2011-09-26 20:31:58 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-09-26 20:31:58 -0400 |
commit | 700ae307bd2bc698f60ffd02afcc87aaff9f74e5 (patch) | |
tree | 62e83dccc9094a0f5bb2ed312a9f7417d55aec95 /views/default/input/dropdown.php | |
parent | 33d791bee34f1b2d5ae6b0c8e184c4bb1c00bc1a (diff) | |
download | elgg-700ae307bd2bc698f60ffd02afcc87aaff9f74e5.tar.gz elgg-700ae307bd2bc698f60ffd02afcc87aaff9f74e5.tar.bz2 |
Fixes #2921 clearing new ignore internal variables
Diffstat (limited to 'views/default/input/dropdown.php')
-rw-r--r-- | views/default/input/dropdown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/dropdown.php b/views/default/input/dropdown.php index 4673a9301..9f07874f1 100644 --- a/views/default/input/dropdown.php +++ b/views/default/input/dropdown.php @@ -11,7 +11,7 @@ * @uses $vars['value'] The current value, if any * @uses $vars['options'] An array of strings representing the options for the dropdown field * @uses $vars['options_values'] An associative array of "value" => "option" - * where "value" is an internal name and "option" is + * where "value" is the name and "option" is * the value displayed on the button. Replaces * $vars['options'] when defined. * @uses $vars['class'] Additional CSS class |