Explicitly set async to false for user list

This commit is contained in:
nathangray 2018-10-04 16:01:44 -06:00
parent 20956c4966
commit c197d15a28

View File

@ -104,7 +104,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
function(data) { function(data) {
accountStore = jQuery.extend(true, {}, data||{}); accountStore = jQuery.extend(true, {}, data||{});
}, this, false }, this, false
).sendRequest(); ).sendRequest(false);
} }
if(type == 'both') if(type == 'both')
{ {