diff --git a/install/static/user.js b/install/static/user.js index 826ac1d1f..72b106925 100644 --- a/install/static/user.js +++ b/install/static/user.js @@ -265,7 +265,7 @@ function enrollUserInNextGroup(){ ipa_cmd( 'add_member',args, options , enrollUserInGroupSuccess, - enrollUserInGroupFailure ); + enrollUserInGroupFailure,group ); }else{ location.hash="tab=user&facet=group&pkey="+qs.pkey; }