diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-09-02 12:52:21 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-09-02 12:52:21 +0200 |
commit | c3fe3fc3169fcfd3f188516ae4cd6229615528b2 (patch) | |
tree | 3569c1cdade489286f2d9be30976cf1f654304c9 | |
parent | 901a0809fa6f836a4297ccc0a54a626dc1deeebf (diff) |
Update save_prefs.inc
-rw-r--r-- | program/steps/settings/save_prefs.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/settings/save_prefs.inc b/program/steps/settings/save_prefs.inc index 3e8b1d17e..717c7ad8c 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -89,6 +89,7 @@ switch ($CURR_SECTION) 'reply_mode' => isset($_POST['_reply_mode']) ? intval($_POST['_reply_mode']) : 0, 'strip_existing_sig' => isset($_POST['_strip_existing_sig']), 'default_font' => get_input_value('_default_font', RCUBE_INPUT_POST), + 'default_font_size' => get_input_value('_default_font_size', RCUBE_INPUT_POST), 'forward_attachment' => !empty($_POST['_forward_attachment']), ); |