Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_ArpNewDevice.inc
index f2d7a754c3b637d907abf5051ae5a536ddc83dda..79009908e9f2a6320c08314d92cb47091178e92a 100644 (file)
@@ -12,7 +12,7 @@ class ArpNewDevice extends plugin
   {
     plugin :: plugin($config,$dn);
     $this->cn ="";
-    $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses);
+    $this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses);
     $this->acl = "#all#";
     $this->netConfigDNS->acl = $this->acl;
     $this->netConfigDNS->force_dns();