forked from extern/egroupware
fixed bug #1097058 ldap, adding user to groups changes phpgwaccounttype to u
This commit is contained in:
parent
8541e2b1f9
commit
0719a89986
@ -203,9 +203,9 @@
|
||||
$newGroupID = $newData['cn'];
|
||||
$oldGroupID = $newData['cn'];
|
||||
}
|
||||
if($this->data['type'])
|
||||
if($this->data['account_type'])
|
||||
{
|
||||
$newData['phpgwaccounttype'] = $this->data['type'];
|
||||
$newData['phpgwaccounttype'] = $this->data['account_type'];
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user