From: cajus Date: Tue, 9 May 2006 11:15:19 +0000 (+0000) Subject: Fixed typo which avoids removal X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bc09ae70af9e5702e45f4b64b112fa5fafb3a303;p=gosa.git Fixed typo which avoids removal git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3231 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index cd714dea2..9de46c982 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -225,7 +225,7 @@ class workgeneric extends plugin show_ldap_error($ldap->get_error()); /* Optionally execute a command after we're done */ - $this->handle_post_events("remove", array("macAddress", $this->netConfigDNS->macAddress)); + $this->handle_post_events("remove", array("macAddress" => $this->netConfigDNS->macAddress)); /* Delete references to object groups */ $ldap->cd ($this->config->current['BASE']);