diff --git a/preferences/inc/class.preferences_settings.inc.php b/preferences/inc/class.preferences_settings.inc.php index ab63d94819..0732760715 100644 --- a/preferences/inc/class.preferences_settings.inc.php +++ b/preferences/inc/class.preferences_settings.inc.php @@ -100,7 +100,7 @@ class preferences_settings $GLOBALS['egw']->preferences->read_repository(); } // name of common preferences which require reload of framework, if there values change - $require_reload = array('template_set', 'theme', 'lang', 'template_color', 'template_custom_color'); + $require_reload = array('template_set', 'theme', 'lang', 'template_color', 'template_custom_color', 'textsize'); $old_values = array_intersect_key($GLOBALS['egw_info']['user']['preferences']['common'], array_flip($require_reload)); $attribute = $type == 'group' ? 'user' : $type;