alter condion on not calling openConnection; as the refresh of quota was not working after changing a profile after rev47954 and not relyable after rev47956

This commit is contained in:
Klaus Leithoff 2014-07-31 10:47:55 +00:00
parent 14711b891f
commit 3358da94e5

View File

@ -129,7 +129,7 @@ class mail_ui
// RegEx to minimize extra openConnection
$needle = '/mail.etemplate_widget_nextmatch.ajax_get_rows.etemplate|'
. 'mail.mail_ui.ajax_refreshQuotaDisplay|'
// . 'mail.mail_ui.ajax_refreshQuotaDisplay|'
. 'mail.mail_ui.ajax_changeProfile|'
. '^(?!mail)/';
if (!preg_match($needle,$_GET['menuaction']))