diff --git a/api/js/jsapi/egw_user.js b/api/js/jsapi/egw_user.js index ceb7f3779c..fe2bfb87d8 100644 --- a/api/js/jsapi/egw_user.js +++ b/api/js/jsapi/egw_user.js @@ -104,7 +104,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function() function(data) { accountStore = jQuery.extend(true, {}, data||{}); }, this, false - ).sendRequest(); + ).sendRequest(false); } if(type == 'both') {