Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.inc |
— | — | @@ -287,7 +287,7 @@ |
288 | 288 | $disabled_text = ($is_disabled) ? "disabled" : ""; |
289 | 289 | if (array_key_exists('autocomplete field type', $other_args)) { |
290 | 290 | $autocomplete_field_type = $other_args['autocomplete field type']; |
291 | | - $autocompletion_source = $other_args['autocompletion source']; |
| 291 | + $autocompletion_source = ucfirst($other_args['autocompletion source']); |
292 | 292 | } |
293 | 293 | $input_id = "input_" . $sfgFieldNum; |
294 | 294 | $info_id = "info_" . $sfgFieldNum; |