Code

Fixed uid/cn bug
[gosa.git] / plugins / admin / systems / class_phoneGeneric.inc
index 24566d9f2ed296f5eb2ff12a1084b616e493bd68..76718175b7e3a42f7933ce8ac1d0bf54b27b05e3 100644 (file)
@@ -53,9 +53,9 @@ class phoneGeneric extends plugin
 
   var $objectclasses= array("top", "goFonHardware");
 
-  function phonegeneric ($config, $dn= NULL)
+  function phonegeneric ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
     $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses, true);
 
     /* Set base */