Code

Added check to class_plugin::check() to prevent calling $this->config->member_functio...
[gosa.git] / include / functions_dns.inc
index 9625dab37db813baa64b25614b63b75d3cc5dbd6..4365eb7d458ae4373f749e0a07db0da2bd8665e6 100644 (file)
@@ -307,7 +307,7 @@ function getDNSZoneEntriesDiff($config,$newZones,$HostDn)
    */
   foreach($oldZones as $zone)  {
     $oldDn = "zoneName=".$zone['InitialzoneName'].",".$HostDn;
-    $del[$oldDn] = "";
+    $del[$oldDn] = $zone;
   }
 
   /* Check for entries which must be updated