mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
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:
parent
14711b891f
commit
3358da94e5
@ -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']))
|
||||
|
Loading…
Reference in New Issue
Block a user