From bc09ae70af9e5702e45f4b64b112fa5fafb3a303 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 9 May 2006 11:15:19 +0000 Subject: [PATCH] Fixed typo which avoids removal git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3231 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.30.2