Code

Fixed typo which avoids removal
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 May 2006 11:15:19 +0000 (11:15 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 May 2006 11:15:19 +0000 (11:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3231 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_workstationGeneric.inc

index cd714dea21497752554b28944c89ce00f7ec7890..9de46c9825fdba00b848790f41322c613ef94a6f 100644 (file)
@@ -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']);