mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
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'];
|
$newGroupID = $newData['cn'];
|
||||||
$oldGroupID = $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…
x
Reference in New Issue
Block a user