From: hickert Date: Fri, 23 Jul 2010 09:34:32 +0000 (+0000) Subject: Fixed post handling. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d7897926b8d1ecd6dc3ff8d4edc04a28debaa32f;p=gosa.git Fixed post handling. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19076 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc b/gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc index cb20ebed3..64c196d83 100644 --- a/gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc +++ b/gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc @@ -74,9 +74,7 @@ class EventAddSystemDialog extends management $ldap->cd($this->config->current['BASE']); $member_dns = array(); foreach($entries as $entry){ - if(isset($entry['macAddress'][0])){ - $macs[] = $entry['macAddress'][0]; - } + $member_dns[] = $entry['dn']; if(in_array("gosaGroupOfNames", $entry['objectClass'])){ $ldap->cat($entry['dn']); if($ldap->count()){