diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-09-02 13:16:04 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-09-02 13:16:04 +0200 |
commit | 153e455f6566cb7a4349b7f2197e842d6ec9bf90 (patch) | |
tree | 381784a03c29c7d00ff719344391c47e84617263 /program/steps | |
parent | 18995876e65330083ff690a3ad1981f1f2491072 (diff) |
Update func.inc
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/settings/func.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 64fc8b05c..57c52a01e 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -838,6 +838,10 @@ function rcmail_user_prefs($current = null) } if (!isset($no_override['default_font'])) { + if (!$current) { + continue 2; + } + // Default font size $field_id = 'rcmfd_default_font_size'; $select_default_font_size = new html_select(array('name' => '_default_font_size', 'id' => $field_id)); |