summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis1993 <marvin-wegener@outlook.com>2013-07-23 12:45:24 +0200
committerDennis1993 <marvin-wegener@outlook.com>2013-07-23 12:45:24 +0200
commit7d7d1437dd042d306150f9b15a3f97b0ad90ae66 (patch)
tree48c24f84f2efa68116b111511f18dad104ea6350
parentcfd799b9056ff6b5ce425fc070a299d88b53be59 (diff)
Update func.inc
added missing ID for label
-rw-r--r--program/steps/settings/func.inc2
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']
)));
}