mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
fix problem regarding the ability to save smtp forwardings triggered by the user
This commit is contained in:
parent
4152099975
commit
c46be3b997
@ -375,7 +375,7 @@ class emailadmin_smtp_ldap extends defaultsmtp
|
||||
{
|
||||
$newData = array();
|
||||
$allValues = ldap_get_entries($ds, $sri);
|
||||
|
||||
$objectClasses = $allValues[0]['objectclass'];
|
||||
$newData['objectclass'] = $allValues[0]['objectclass'];
|
||||
|
||||
unset($newData['objectclass']['count']);
|
||||
|
Loading…
Reference in New Issue
Block a user