summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/static/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/user.js b/install/static/user.js
index 72b106925..71bf3e513 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,group );
+ enrollUserInGroupFailure,'group' );
}else{
location.hash="tab=user&facet=group&pkey="+qs.pkey;
}