diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-23 12:45:24 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-23 12:45:24 +0200 |
commit | 7d7d1437dd042d306150f9b15a3f97b0ad90ae66 (patch) | |
tree | 48c24f84f2efa68116b111511f18dad104ea6350 /program/steps/settings | |
parent | cfd799b9056ff6b5ce425fc070a299d88b53be59 (diff) |
Update func.inc
added missing ID for label
Diffstat (limited to 'program/steps/settings')
-rw-r--r-- | program/steps/settings/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index dbc9b3ce2..f6ea79ec6 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -546,7 +546,7 @@ function rcmail_user_prefs($current = null) $blocks['main']['options']['default_charset'] = array( 'title' => html::label($field_id, Q(rcube_label('defaultcharset'))), 'content' => $RCMAIL->output->charset_selector(array( - 'name' => '_default_charset', 'selected' => $config['default_charset'] + 'id' => $field_id, 'name' => '_default_charset', 'selected' => $config['default_charset'] ))); } |