Fix Enroll

Enroll was broken due to the missing obj.
This commit is contained in:
Adam Young 2010-08-30 09:57:52 -04:00
parent 4b6b710ba6
commit 786f2a9141

View File

@ -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;
}