diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index d303565a8..5c6485734 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -19,7 +19,8 @@ */ -$OUTPUT->set_pagetitle(rcube_label('preferences')); +if (!$OUTPUT->ajax_call) + $OUTPUT->set_pagetitle(rcube_label('preferences')); function rcmail_user_prefs_form($attrib)