diff --git a/api/js/jsapi/egw_user.js b/api/js/jsapi/egw_user.js index c1e77cdec0..ceb7f3779c 100644 --- a/api/js/jsapi/egw_user.js +++ b/api/js/jsapi/egw_user.js @@ -103,7 +103,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function() egw.json('EGroupware\\Api\\Framework::ajax_user_list',[], function(data) { accountStore = jQuery.extend(true, {}, data||{}); - } + }, this, false ).sendRequest(); } if(type == 'both')