mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-16 19:08:27 +01:00
group_name and description are compulsory
This commit is contained in:
parent
d443f124b1
commit
0354cfdf59
@ -588,7 +588,7 @@ class accounts_ads
|
|||||||
$attributes = array();
|
$attributes = array();
|
||||||
foreach($new2adldap as $egw => $adldap)
|
foreach($new2adldap as $egw => $adldap)
|
||||||
{
|
{
|
||||||
if (isset($data[$egw])) $attributes[$adldap] = $data[$egw];
|
$attributes[$adldap] = (string)$data[$egw];
|
||||||
}
|
}
|
||||||
$attributes['container'] = $this->_get_container();
|
$attributes['container'] = $this->_get_container();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user